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:
parent
dfc13be46c
commit
6ed84b1f74
1 changed files with 2 additions and 0 deletions
|
@ -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 -rf /var/www/$app
|
||||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
sudo rm -f /etc/cron.d/$app
|
sudo rm -f /etc/cron.d/$app
|
||||||
|
|
||||||
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue