Update nodemgmt-scripts.sh

This commit is contained in:
2019-12-10 23:15:15 -06:00
parent 2025501edf
commit bdee389b54

View File

@@ -260,7 +260,7 @@ STATUS(){
for NTYPE in "${NODE_TYPES[@]}"; do
GOREPCHK=false;
CHR=date +"%H";
CHR=`date +"%H"`;
if [ "${CHR}" -ge "12" ] && [ "${CHR}" -le "13" ] && [ "${NTYPE}" = "NC" ]; then
GOREPCHK=true;
elif [ "${NTYPE}" != "NC" ]; then