diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4696f62c..25c3f88d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -77,6 +77,7 @@ case "$1" in do_with_root chown -R root:letsencrypt /etc/letsencrypt >> /opt/idssys/nodemgmt/cert-renewal-run-$(hostname) do_with_root chmod -R 6775 /etc/letsencrypt >> /opt/idssys/nodemgmt/cert-renewal-run-$(hostname) sleep 20 + "$0" service nginx reload >> /opt/idssys/nodemgmt/cert-renewal-run-$(hostname) exit 0 ;;