mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
[fix] Reload nginx after app removal
This commit is contained in:
parent
73c9a63333
commit
a054390850
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ domain=$(sudo yunohost app setting $app domain)
|
|||
|
||||
sudo rm -rf /var/www/$app
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue