Update nodemgmt-scripts.sh
This commit is contained in:
@@ -611,7 +611,7 @@ DOWNLIST(){
|
|||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
if [ "${DOWNLIST}" == "" ]; then
|
if [ "${DOWNLIST}" == "" ] && [ "${1}" != "report" ]; then
|
||||||
echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}"
|
echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}"
|
||||||
|
|
||||||
echo -en "\nWanna see something great for being so awesome? (y/N) "
|
echo -en "\nWanna see something great for being so awesome? (y/N) "
|
||||||
@@ -638,7 +638,7 @@ DOWNLIST(){
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
elif [ "${DOWNLIST}" != "" ]; then
|
||||||
[ "${1}" == "report" ] && dlen=100 || dlen=110
|
[ "${1}" == "report" ] && dlen=100 || dlen=110
|
||||||
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
||||||
DIVIDER false yellow ${dlen}
|
DIVIDER false yellow ${dlen}
|
||||||
|
|||||||
Reference in New Issue
Block a user