Skip to content
Snippets Groups Projects
Verified Commit 1a3b3935 authored by David Beniamine's avatar David Beniamine
Browse files

Fix bad error logs file name

parent 5d04dbd6
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
ServerAdmin webmaster@localhost ServerAdmin webmaster@localhost
DocumentRoot /var/www/dolibarr/htdocs DocumentRoot /var/www/dolibarr/htdocs
ErrorLog ${APACHE_LOG_DIR}/dolibarr_erro..log ErrorLog ${APACHE_LOG_DIR}/dolibarr_error.log
CustomLog ${APACHE_LOG_DIR}/dolibarr_access.log combined CustomLog ${APACHE_LOG_DIR}/dolibarr_access.log combined
ExpiresActive On ExpiresActive On
......
...@@ -94,8 +94,9 @@ case $action in ...@@ -94,8 +94,9 @@ case $action in
$document_path/dolibarr_cron.log \ $document_path/dolibarr_cron.log \
$document_path/cron_run_jobs.php.log \ $document_path/cron_run_jobs.php.log \
$document_path/dolibarr.log \ $document_path/dolibarr.log \
/var/log/apache2/access.log /var/log/apache2/access.log \
/var/log/apache2/error.log /var/log/apache2/error.log \
/var/log/apache2/erro..log
set +x set +x
;; ;;
"mysql") "mysql")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment