Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-25 16:41:55 -05:00
parent f57a059e93
commit 29d065b3d5

View File

@@ -766,7 +766,7 @@ NEWCERT(){
echo echo
echo -e -n "${idsCL[LightCyan]}Reload NGINX on LB Nodes (Y/n): ${idsCL[Default]}" echo -e -n "${idsCL[LightCyan]}Reload NGINX on LB Nodes (Y/n): ${idsCL[Default]}"
read NGINXRELOAD read -n 1 NGINXRELOAD
showdivide=yes showdivide=yes
[[ ${NGINXRELOAD} =~ ^[Nn]$ ]] && tmp='' || SERVICE nginx reload [[ ${NGINXRELOAD} =~ ^[Nn]$ ]] && tmp='' || SERVICE nginx reload