correct config file handling

This commit is contained in:
KiekerJan 2022-09-08 22:32:52 +02:00
parent e3a91ece00
commit 0f510d97c9
1 changed files with 2 additions and 2 deletions

View File

@ -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';