1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
ttrss_ynh/scripts/remove

11 lines
286 B
Text
Raw Normal View History

2013-11-24 20:51:24 +01:00
#!/bin/bash
db_user=ttrss
db_name=ttrss
root_pwd=$(sudo cat /etc/yunohost/mysql)
domain=$(sudo yunohost app setting ttrss domain)
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user ;"
sudo rm -rf /var/www/ttrss
sudo rm -f /etc/nginx/conf.d/$domain.d/ttrss.conf