mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
suppression du cron
This commit is contained in:
parent
1ffce50b71
commit
c0a177db77
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ domain=$(sudo yunohost app setting roundcube domain)
|
|||
|
||||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
sudo rm -rf /var/www/freshrss
|
||||
sudo rm -rf /etc/cron.d/freshrss
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/freshrss.conf
|
||||
|
||||
sudo service nginx reload
|
||||
sudo service nginx reload
|
Loading…
Add table
Reference in a new issue