1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
ethercalc_ynh/scripts/remove

14 lines
234 B
Text
Raw Normal View History

#!/bin/bash
app="ethercalc"
domain=$(sudo yunohost app setting $app domain)
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo rm -Rf /var/log/$app/
sudo update-rc.d $app remove
sudo service $app stop
sudo rm /etc/init.d/$app