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

Merge pull request #5 from Kloadut/patch-1

Update install
This commit is contained in:
abeudin 2014-05-29 12:36:38 +02:00
commit 9e583990a0

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