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"