From 164b30cc7ad6d242f0f3be3b34ad9e308f3f84c7 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 30 Nov 2013 20:59:09 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 34608e0..a5ab6c8 100755 --- a/scripts/install +++ b/scripts/install @@ -5,7 +5,7 @@ domain=$1 path=$2 # 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" if [[ ! $? -eq 0 ]]; then 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 sudo service nginx reload sudo service uwsgi restart -yunohost app setting radicale skipped_uris -v "$path" -yunohost app ssowatconf +sudo yunohost app setting radicale skipped_uris -v "$path" +sudo yunohost app ssowatconf