1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00
This commit is contained in:
ericgaspar 2021-03-25 17:04:19 +01:00
parent 16cd794504
commit 7c5e2666c0
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -81,7 +81,6 @@ ynh_add_nginx_config
# Set permissions to app files
chown -R $app: $final_path
chmod -R o-rwx $final_path
#=================================================
# SETUP SSOWAT

View file

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

View file

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