1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00
This commit is contained in:
ericgaspar 2021-08-23 12:01:36 +02:00
parent 04b6962b64
commit 6aadefd069
2 changed files with 4 additions and 0 deletions

View file

@ -69,6 +69,8 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod u+x $final_path/yunomonitor.py
chmod u+w $final_path/conf
chmod u+w $final_path/well-known
#=================================================
# RESTORE SYSTEMD

View file

@ -74,6 +74,8 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod u+x $final_path/yunomonitor.py
chmod u+w $final_path/conf
chmod u+w $final_path/well-known
#=================================================
# NGINX CONFIGURATION