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-03-25 17:05:34 +01:00
parent 0a9f4632b4
commit e4f2ecaa4f
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

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

View file

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

View file

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