From 1d9f9ea61769c14fd933724ad5670337d214a1f3 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 8 May 2017 13:23:59 +0200 Subject: [PATCH] Fix two typos in setup/owncloud.sh regarding the setting of the hostname (#1172) --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 16fd4b9..aba505a 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 "