mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Restart services after remove
This commit is contained in:
parent
5d4dd7d41f
commit
82f7d69b0f
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo rm -rf /var/www/z-push
|
||||
#sudo rm -f /etc/nginx/conf.d/$domain.d/z-push.conf
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/z-push.conf
|
||||
|
||||
sudo service php5-fpm restart
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue