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
2013-11-30 20:59:39 +01:00

12 lines
360 B
Bash

#!/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
sudo service uwsgi reload
sudo service nginx reload
sudo yunohost app ssowatconf