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:
authorDaniel Hansson <github@hanssonit.se>2020-10-03 01:03:02 +0300
committerGitHub <noreply@github.com>2020-10-03 01:03:02 +0300
commite90def0759bdee4446944f5cc5796cae31324f77 (patch)
tree916c5681d7c035337dc0e8aee3857c815e4ecbe7
parent191511a3b7eea1bf8a7f0c51b2ebc59fdeac86c9 (diff)
quote
-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"