1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
wallabag2_ynh/scripts/remove
Éric Gaspar 43a05ddb4e cleaning
2024-09-28 23:18:22 +02:00

23 lines
554 B
Bash

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