From 818e73a58983cc1b7685565535758eb7f4b95c20 Mon Sep 17 00:00:00 2001 From: matlink Date: Thu, 13 Nov 2014 21:50:18 +0100 Subject: [PATCH] testing --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index e5ba5dc..f5651bc 100644 --- a/scripts/install +++ b/scripts/install @@ -47,6 +47,10 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf #temporal set public acessible sudo yunohost app setting $app unprotected_uris -v "/" +# Restart services +sudo service nginx reload +sudo yunohost app ssowatconf + #make request to install app #get the html page sudo curl -kL -o /tmp/install_page.html https://$domain/$path/install.php >/dev/null 2>&1