nodemgmt folder change

This commit is contained in:
2019-01-27 15:08:56 -06:00
parent 0ca5473bb2
commit d79c4feb5f
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ echo -e "${CS[color,LightGreen]}NodeMgmt Removal Script${CS[color,Default]}"
do_with_root set -eu
rm -f /usr/local/bin/nodemgmt
rm -Rf /opt/NodeMgmt
rm -Rf /opt/nodemgmt
echo ""
echo -e "${CS[color,LightRed]}NodeMgmt has been Removed${CS[color,Default]}"