From 70a59fbedf6ca6269f558ccdfd2b5080c6079abb Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 12 Jul 2020 21:41:59 +0200 Subject: [PATCH] Update v-get-database-credentials-of-site --- bin/v-get-database-credentials-of-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-get-database-credentials-of-site b/bin/v-get-database-credentials-of-site index 54a69b73..9375f023 100644 --- a/bin/v-get-database-credentials-of-site +++ b/bin/v-get-database-credentials-of-site @@ -97,4 +97,4 @@ SITE_FOLDER=$(escape_shell_quote $SITE_FOLDER) echo "SITE_FOLDER=$SITE_FOLDER" USER=$(escape_shell_quote $USER) -echo "USER=$USER" +echo "SITE_USER=$USER"