1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifconfig-io_ynh.git synced 2024-09-03 20:36:27 +02:00

Fix: restore script

This commit is contained in:
Fabian Wilkens 2022-04-30 17:45:17 +02:00
parent 95f7ad1bed
commit 4f7a9fa909
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

@ -67,6 +67,9 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
mkdir -p "/var/log/$app"
chown -R $app: "/var/log/$app"
#=================================================
# SPECIFIC RESTORATION
#=================================================