1
0
Fork 0
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:
polytan02 2015-08-10 13:55:32 +01:00
parent 5d4dd7d41f
commit 82f7d69b0f

View file

@ -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