mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update remove
already done by hook
This commit is contained in:
parent
29eeafb5f3
commit
8507135dfa
1 changed files with 0 additions and 1 deletions
|
@ -8,5 +8,4 @@ domain=$(sudo yunohost app setting ttrss domain)
|
|||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
sudo rm -rf /var/www/ttrss
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/ttrss.conf
|
||||
sudo rm -rf /etc/yunohost/apps/ttrss/
|
||||
sudo rm -f /etc/cron.d/ttrss
|
||||
|
|
Loading…
Reference in a new issue