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

update remove script

This commit is contained in:
titoko titoko 2013-11-25 09:01:38 +01:00
parent 8296b0827d
commit c18465d703

View file

@ -5,6 +5,6 @@ db_name=ttrss
root_pwd=$(sudo cat /etc/yunohost/mysql) root_pwd=$(sudo cat /etc/yunohost/mysql)
domain=$(sudo yunohost app setting ttrss domain) domain=$(sudo yunohost app setting ttrss domain)
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user ;" mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
sudo rm -rf /var/www/ttrss sudo rm -rf /var/www/ttrss
sudo rm -f /etc/nginx/conf.d/$domain.d/ttrss.conf sudo rm -f /etc/nginx/conf.d/$domain.d/ttrss.conf