Fix two typos in setup/owncloud.sh regarding the setting of the hostname (#1172)
This commit is contained in:
parent
fbb38c3881
commit
1d9f9ea617
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue