From 7e0dd35ea1388dacb2ce8dd36310f2d2196d43f6 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 00:22:28 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6355cd5..d334475 100755 --- a/scripts/install +++ b/scripts/install @@ -6,7 +6,6 @@ path=$2 # Check domain/path availability sudo yunohost app checkurl $domain$path -a radicale -sudo yunohost app setting radicale skipped_uris -v "$path" if [[ ! $? -eq 0 ]]; then exit 1 fi @@ -55,5 +54,6 @@ sudo chmod 644 /etc/radicale/* ## Reload Nginx and regenerate SSOwat conf sudo service nginx reload sudo service uwsgi restart +sudo yunohost service add uwsgi sudo yunohost app setting radicale skipped_uris -v "/" sudo yunohost app ssowatconf