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

10 lines
290 B
Text
Raw Normal View History

2014-06-18 00:05:18 +02:00
#!/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