mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Fix issue 1
This commit is contained in:
parent
91e055ffe3
commit
da3ae78c17
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ 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 rm -rf /home/yunohost.app/$app
|
||||
|
||||
# restart services
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Reference in a new issue