2024-01-01 23:59:26 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
source _common.sh
|
|
|
|
source /usr/share/yunohost/helpers
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# REMOVE SYSTEM CONFIGURATIONS
|
|
|
|
#=================================================
|
2024-08-30 22:55:10 +02:00
|
|
|
ynh_script_progression "Removing system configurations related to $app..."
|
2024-01-01 23:59:26 +01:00
|
|
|
|
2024-08-30 22:55:10 +02:00
|
|
|
ynh_config_remove_nginx
|
2024-01-01 23:59:26 +01:00
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# END OF SCRIPT
|
|
|
|
#=================================================
|
|
|
|
|
2024-08-30 22:55:10 +02:00
|
|
|
ynh_script_progression "Removal of $app completed"
|