remove 656 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. #=================================================
  3. # IMPORT GENERIC HELPERS
  4. #=================================================
  5. source _common.sh
  6. source /usr/share/yunohost/helpers
  7. #=================================================
  8. # REMOVE SYSTEM CONFIGURATION
  9. #=================================================
  10. ynh_script_progression "Removing system configurations related to $app..."
  11. #ynh_config_remove_fail2ban
  12. ynh_config_remove_logrotate
  13. ynh_config_remove_nginx
  14. #=================================================
  15. # END OF SCRIPT
  16. #=================================================
  17. ynh_script_progression "Removal of $app completed"