From fa928f174a0f68cb33ddda3e6a6a1ab313f1d54e Mon Sep 17 00:00:00 2001 From: yodax Date: Mon, 8 May 2017 11:16:08 +0200 Subject: [PATCH] Fix two typos in setup/owncloud.sh regarding the setting of the hostname --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 16fd4b9a..aba505a1 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -279,7 +279,7 @@ include("$STORAGE_ROOT/owncloud/config.php"); \$CONFIG['logtimezone'] = '$TIMEZONE'; \$CONFIG['logdateformat'] = 'Y-m-d H:i:s'; -\$CONFIG['mail_domain'] => '$PRIMARY_HOSTNAME', +\$CONFIG['mail_domain'] = '$PRIMARY_HOSTNAME'; echo "