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

Update remove

This commit is contained in:
Rafi59 2017-10-06 16:31:38 +02:00 committed by GitHub
parent c4fbabdc45
commit 924d9cb451

View file

@ -7,6 +7,12 @@ name+="calc"
domain=$(sudo yunohost app setting $app domain)
# Remove nodejs
ynh_remove_nodejs
#=================================================
# REMOVE THE MYSQL DATABASE
#=================================================
# Remove a database if it exists, along with the associated user
ynh_mysql_remove_db $db_name $db_name
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo rm -Rf /var/log/$name/$app.log*
sudo update-rc.d $app remove