1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Add remove script

This commit is contained in:
EsKuel 2014-06-17 18:05:18 -04:00
parent 6540095dd8
commit a6df2b0284

10
scripts/remove Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
db_user=leed
db_name=leed
root_pwd=$(sudo cat /etc/yunohost/mysql)
domain=$(sudo yunohost app setting leed domain)
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
sudo rm -rf /var/www/leed
sudo rm -f /etc/nginx/conf.d/$domain.d/leed.conf