1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
radicale_ynh/scripts/upgrade

7 lines
108 B
Text
Raw Normal View History

2013-12-11 18:29:43 +01:00
#!/bin/bash
2014-01-02 17:58:44 +01:00
sudo service uwsgi stop
sudo killall uwsgi
sudo service uwsgi start
sudo service nginx reload