1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00
This commit is contained in:
ericgaspar 2021-04-17 09:42:55 +02:00
parent ba6bf7fb4a
commit 50fb38c5c3
2 changed files with 4 additions and 2 deletions

View file

@ -64,7 +64,8 @@ ynh_restore_file --origin_path="$final_path"
#=================================================
# Restore permissions on app files
chown -R $app: $final_path
chown -R $app:www-data $final_path
chmod o-rwx $final_path
#=================================================
# GENERIC FINALIZATION

View file

@ -91,7 +91,8 @@ ynh_add_nginx_config
#=================================================
# Set permissions on app files
chown -R $app: $final_path
chown -R $app:www-data $final_path
chmod o-rwx $final_path
#=================================================
# RELOAD NGINX