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:
abeudin 2013-11-30 20:59:09 +01:00
parent 7172a4602f
commit 164b30cc7a

View file

@ -5,7 +5,7 @@ domain=$1
path=$2 path=$2
# Check domain/path availability # Check domain/path availability
yunohost app checkurl $domain$path -a radicale sudo yunohost app checkurl $domain$path -a radicale
sudo yunohost app setting radicale skipped_uris -v "$path" sudo yunohost app setting radicale skipped_uris -v "$path"
if [[ ! $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then
exit 1 exit 1
@ -55,5 +55,5 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/radicale.conf
## 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
yunohost app setting radicale skipped_uris -v "$path" sudo yunohost app setting radicale skipped_uris -v "$path"
yunohost app ssowatconf sudo yunohost app ssowatconf