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:
parent
4419f78c0d
commit
059d3cd977
1 changed files with 12 additions and 0 deletions
12
scripts/remove
Normal file
12
scripts/remove
Normal 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
|
Loading…
Reference in a new issue