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/remove

16 lines
434 B
Text
Raw Normal View History

2013-11-30 19:52:02 +01:00
#!/bin/bash
domain=$(sudo yunohost app setting radicale domain)
2014-03-10 11:33:01 +01:00
sudo rm -Rf /opt/yunohost/radicale
2013-11-30 19:52:02 +01:00
sudo rm -Rf /var/www/radicale/
2014-01-02 17:19:11 +01:00
sudo rm -Rf /etc/radicale/
2014-01-02 16:29:08 +01:00
sudo rm -f /etc/uwsgi/apps-enabled/radicale.ini
2013-11-30 19:52:02 +01:00
sudo rm -f /etc/uwsgi/apps-available/radicale.ini
sudo rm -f /etc/nginx/conf.d/$domain.d/radicale.conf
2014-01-02 17:24:35 +01:00
sudo service uwsgi stop
sudo killall uwsgi
sudo service uwsgi start
2013-11-30 20:59:39 +01:00
sudo service nginx reload
sudo yunohost app ssowatconf