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

[fix] Reload NGINX after app removal

This commit is contained in:
Jérôme Lebleu 2016-05-24 22:37:39 +02:00
parent dfc13be46c
commit 6ed84b1f74

View file

@ -11,3 +11,5 @@ mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localh
sudo rm -rf /var/www/$app
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo rm -f /etc/cron.d/$app
sudo service nginx reload