This commit is contained in:
2019-01-28 09:51:25 -06:00
parent aea4396261
commit ef96649345
2 changed files with 4 additions and 3 deletions

View File

@@ -77,13 +77,12 @@ 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
;;
update)
echo -e "${idsCL[Green]}NodeMgmt has been updated.${idsCL[Default]}"
echo -e "${idsCL[Green]} Updates C ompleted${idsCL[Default]}"
echo ""
exit 0;;