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