1
0
Fork 0
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:
mastereur 2019-06-29 10:42:28 +02:00
parent 856077b230
commit 35a17fae49

View file

@ -146,6 +146,8 @@ then
lock=$final_path/documents/install.lock
[[ -f $lock ]] && sudo rm $lock
mkdir -p /var/log/$app/
# Upgrade with CURL
cd $final_path/htdocs/install/
if php upgrade.php $current_version $update_version > /var/log/$app/upgrade.html; then