Fix two typos in setup/owncloud.sh regarding the setting of the hostname (#1172)

This commit is contained in:
Michael Kroes 2017-05-08 13:23:59 +02:00 committed by Joshua Tauberer
parent fbb38c3881
commit 1d9f9ea617
1 changed files with 1 additions and 1 deletions

View File

@ -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 "<?php\n\\\$CONFIG = ";
var_export(\$CONFIG);