1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cinny_ynh.git synced 2024-09-03 18:16:13 +02:00
This commit is contained in:
Éric Gaspar 2023-04-07 10:24:07 +02:00 committed by Salamandar
parent 72edf6cad4
commit b6f887d4e3
2 changed files with 0 additions and 12 deletions

View file

@ -27,10 +27,6 @@ ynh_script_progression --message="Removing various files..." --weight=1
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# GENERIC FINALIZATION
#=================================================
#=================================================
# END OF SCRIPT
#=================================================

View file

@ -34,14 +34,6 @@ fi
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# SPECIFIC UPGRADE
#=================================================
ynh_remove_nodejs || true
ynh_remove_fail2ban_config
ynh_app_setting_delete --app=$app --key=port
#=================================================
# NGINX CONFIGURATION
#=================================================