Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1264,7 +1264,7 @@ GETSKIP(){
|
||||
c=0; spca=''; spc1=`expr ${cw} - ${#NODE}`; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done
|
||||
echo -en "Checking ${NODE}${spca}" >> ${tmpfile}.running
|
||||
if [ $(CHECK_HOST ${nip}) != false ]; then
|
||||
${NCMD} [ -f ${NM_TMPFOLDER}/.skip ] && echo -e "${idsCL[Yellow]}SKIPPED${idsCL[Default]}" >> ${tmpfile}.running || echo "${idsCL[LightCyan]}NOT Skipped${idsCL[Default]}" >> ${tmpfile}.running
|
||||
${NCMD} [ -f ${NM_TMPFOLDER}/.skip ] && echo -e "${idsCL[LightRed]}SKIPPED${idsCL[Default]}" >> ${tmpfile}.running || echo "${idsCL[LightCyan]}NOT Skipped${idsCL[Default]}" >> ${tmpfile}.running
|
||||
else
|
||||
echo -e "${idsCL[Yellow]}OFFLINE${idsCL[Default]}" >> ${tmpfile}.running
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user