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:45:51 +02:00
parent 2ad99d779c
commit 7d0bc36848
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -72,7 +72,6 @@ ynh_add_nginx_config
# Set permissions to app files
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R root: "$final_path"
#=================================================

View file

@ -57,7 +57,6 @@ ynh_restore_file --origin_path="$final_path"
# Restore permissions on app files
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R root: "$final_path"
#=================================================

View file

@ -87,7 +87,6 @@ ynh_add_nginx_config
# Set right permissions for curl installation
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R root: "$final_path"
#=================================================