From 99af16202246678438fed54f3d390b691f25c17d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 16:46:27 +0200 Subject: [PATCH] RELOAD NGINX --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index aba9fa2..b4f09bd 100644 --- a/scripts/install +++ b/scripts/install @@ -161,6 +161,11 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/syncthing.conf sudo yunohost app removeaccess syncthing sudo yunohost app addaccess syncthing -u $user +#================================================= +# RELOAD NGINX +#================================================= +ynh_print_info "Reloading nginx web server..." + # Reload nginx and update ssowatch sudo systemctl reload nginx.service sudo yunohost app ssowatconf