Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/smtp-mail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/smtp-mail.sh b/addons/smtp-mail.sh
index 05b264b3..83c32cac 100644
--- a/addons/smtp-mail.sh
+++ b/addons/smtp-mail.sh
@@ -145,7 +145,7 @@ then
fi
# Check if auth should be set or not
-if [ -z $MAIL_USERNAME ]
+if [ -z "$MAIL_USERNAME" ]
then
MAIL_USERNAME="no-reply@nextcloudvm.com"