Update uninstall-nodemgmt.sh

This commit is contained in:
2019-01-28 18:30:38 -06:00
parent 52da983768
commit eb3efdc3e6

View File

@@ -9,7 +9,7 @@ if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
else APTFUNC="${ATYPE}"
fi
echo ""
echo -e "${CS[color,LightGreen]}NodeMgmt Removal Script${CS[color,Default]}"
echo -e "${idsCL[LightGreen]}NodeMgmt Removal Script${idsCL[Default]}"
do_with_root set -eu
@@ -22,7 +22,7 @@ if [ "$IDSSYSF" = 1 ]; then
fi
echo ""
echo -e "${CS[color,LightRed]}NodeMgmt has been Removed${CS[color,Default]}"
echo -e "${idsCL[LightRed]}NodeMgmt has been Removed${idsCL[Default]}"
echo ""
exit 0