1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00
This commit is contained in:
ericgaspar 2021-04-21 23:52:56 +02:00
parent 7d0bc36848
commit 770372c34e
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 6 additions and 6 deletions

View file

@ -71,8 +71,8 @@ ynh_add_nginx_config
#=================================================
# Set permissions to app files
chmod 750 "$final_path"
chown -R root: "$final_path"
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================
# SETUP SSOWAT

View file

@ -56,8 +56,8 @@ ynh_restore_file --origin_path="$final_path"
#=================================================
# Restore permissions on app files
chmod 750 "$final_path"
chown -R root: "$final_path"
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================
# GENERIC FINALIZATION

View file

@ -86,8 +86,8 @@ ynh_add_nginx_config
#=================================================
# Set right permissions for curl installation
chmod 750 "$final_path"
chown -R root: "$final_path"
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================
# RELOAD NGINX