Commit 1d9f9ea6 authored by Michael Kroes's avatar Michael Kroes Committed by Joshua Tauberer

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

parent fbb38c38
...@@ -279,7 +279,7 @@ include("$STORAGE_ROOT/owncloud/config.php"); ...@@ -279,7 +279,7 @@ include("$STORAGE_ROOT/owncloud/config.php");
\$CONFIG['logtimezone'] = '$TIMEZONE'; \$CONFIG['logtimezone'] = '$TIMEZONE';
\$CONFIG['logdateformat'] = 'Y-m-d H:i:s'; \$CONFIG['logdateformat'] = 'Y-m-d H:i:s';
\$CONFIG['mail_domain'] => '$PRIMARY_HOSTNAME', \$CONFIG['mail_domain'] = '$PRIMARY_HOSTNAME';
echo "<?php\n\\\$CONFIG = "; echo "<?php\n\\\$CONFIG = ";
var_export(\$CONFIG); var_export(\$CONFIG);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment