1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00
shuri_ynh/scripts/remove

22 lines
562 B
Text
Raw Normal View History

2017-03-11 19:25:55 +01:00
#!/bin/bash
2021-11-26 10:48:51 +01:00
source _common.sh
2017-03-11 19:25:55 +01:00
source /usr/share/yunohost/helpers
2021-11-26 10:48:51 +01:00
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================
ynh_script_progression "Removing NGINX web server configuration..."
2021-11-26 10:48:51 +01:00
# Remove the dedicated NGINX config
ynh_config_remove_nginx
2021-11-26 10:48:51 +01:00
# Remove the dedicated PHP-FPM config
ynh_config_remove_phpfpm
2021-11-26 10:48:51 +01:00
#=================================================
# END OF SCRIPT
#=================================================
2017-03-11 19:25:55 +01:00
ynh_script_progression "Removal of $app completed"