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

Allow dolibarr to write custom path

parent b690dc1f
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,7 @@ case $action in ...@@ -134,6 +134,7 @@ case $action in
$cmd chown -R $(id -u):33 $document_path $cmd chown -R $(id -u):33 $document_path
$cmd chmod -R g+w $document_path $cmd chmod -R g+w $document_path
$cmd chmod -R g-w dolibarr/htdocs $cmd chmod -R g-w dolibarr/htdocs
$cmd chmod -R g+w dolibarr/htdocs/custom
$cmd touch $document_path/install.lock $cmd touch $document_path/install.lock
;; ;;
"restart") "restart")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment