1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mindmaps_ynh.git synced 2024-09-03 19:45:59 +02:00
mindmaps_ynh/scripts/remove

25 lines
731 B
Text
Raw Normal View History

2019-02-21 10:52:01 +01:00
#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
2021-05-16 17:45:38 +02:00
source _common.sh
2019-02-21 10:52:01 +01:00
source /usr/share/yunohost/helpers
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================
2021-05-16 17:45:38 +02:00
ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1
2019-02-21 10:52:01 +01:00
2021-05-16 17:45:38 +02:00
# Remove the dedicated NGINX config
2019-02-21 10:52:01 +01:00
ynh_remove_nginx_config
#=================================================
# END OF SCRIPT
#=================================================
2021-05-16 17:45:38 +02:00
ynh_script_progression --message="Removal of $app completed" --last