Files
invoiceninja5_ynh/scripts/remove
T
Éric Gaspar cb9313a74d cleaning
2024-09-01 17:43:58 +02:00

25 lines
606 B
Bash
Executable File

#!/bin/bash
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# REMOVE SYSTEM CONFIGURATIONS
#=================================================
# REMOVE SYSTEMD SERVICE
#=================================================
ynh_script_progression "Removing system configurations related to $app..."
ynh_config_remove_nginx
ynh_config_remove_phpfpm
ynh_safe_rm "/etc/cron.d/$app"
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression "Removal of $app completed"