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

Update install

This commit is contained in:
Alexis Gavoty 2014-05-29 00:22:28 +02:00
parent 01cc1f5d83
commit 7e0dd35ea1

View file

@ -6,7 +6,6 @@ path=$2
# Check domain/path availability # Check domain/path availability
sudo yunohost app checkurl $domain$path -a radicale sudo yunohost app checkurl $domain$path -a radicale
sudo yunohost app setting radicale skipped_uris -v "$path"
if [[ ! $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then
exit 1 exit 1
fi fi
@ -55,5 +54,6 @@ sudo chmod 644 /etc/radicale/*
## Reload Nginx and regenerate SSOwat conf ## Reload Nginx and regenerate SSOwat conf
sudo service nginx reload sudo service nginx reload
sudo service uwsgi restart sudo service uwsgi restart
sudo yunohost service add uwsgi
sudo yunohost app setting radicale skipped_uris -v "/" sudo yunohost app setting radicale skipped_uris -v "/"
sudo yunohost app ssowatconf sudo yunohost app ssowatconf