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

apps radicale ok

This commit is contained in:
root 2013-11-30 18:52:02 +00:00
parent 4419f78c0d
commit 059d3cd977

12
scripts/remove Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
domain=$(sudo yunohost app setting radicale domain)
sudo rm -Rf /usr/local/radicale
sudo rm -Rf /var/www/radicale/
sudo rm -f /etc/uwsgi/apps-enabled/radicle.ini
sudo rm -f /etc/uwsgi/apps-available/radicale.ini
sudo rm -f /etc/nginx/conf.d/$domain.d/radicale.conf
service uwsgi reload
service nginx reload
yunohost app ssowatconf