correct config file handling
This commit is contained in:
parent
e3a91ece00
commit
0f510d97c9
|
@ -334,8 +334,8 @@ include("$STORAGE_ROOT/owncloud/config.php");
|
|||
|
||||
\$CONFIG['logtimezone'] = '$TIMEZONE';
|
||||
\$CONFIG['logdateformat'] = 'Y-m-d H:i:s';
|
||||
\$CONFIG['log_type'] = 'syslog',
|
||||
\$CONFIG['syslog_tag'] = 'Nextcloud',
|
||||
\$CONFIG['log_type'] = 'syslog';
|
||||
\$CONFIG['syslog_tag'] = 'Nextcloud';
|
||||
|
||||
\$CONFIG['mail_domain'] = '$PRIMARY_HOSTNAME';
|
||||
|
||||
|
|
Loading…
Reference in New Issue