mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
create log path
This commit is contained in:
parent
856077b230
commit
35a17fae49
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ then
|
||||||
# Remove the lock if it exists
|
# Remove the lock if it exists
|
||||||
lock=$final_path/documents/install.lock
|
lock=$final_path/documents/install.lock
|
||||||
[[ -f $lock ]] && sudo rm $lock
|
[[ -f $lock ]] && sudo rm $lock
|
||||||
|
|
||||||
|
mkdir -p /var/log/$app/
|
||||||
|
|
||||||
# Upgrade with CURL
|
# Upgrade with CURL
|
||||||
cd $final_path/htdocs/install/
|
cd $final_path/htdocs/install/
|
||||||
|
|
Loading…
Reference in a new issue