mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Update restore
This commit is contained in:
parent
832c9716d6
commit
01b1971950
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ chown -R $app: "$final_path/static"
|
|||
chown -R $app: "/home/yunohost.app/$app"
|
||||
chmod +x /usr/bin/$app
|
||||
|
||||
#=================================================
|
||||
# RESTORE HANDLE LOG FILES
|
||||
#=================================================
|
||||
|
||||
mkdir -p /var/log/$app
|
||||
touch /var/log/$app/$app.log
|
||||
chown $app -R /var/log/$app
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue