This commit is contained in:
2023-06-30 18:07:14 -05:00
parent 1a84ff25b8
commit 2af736529c
9 changed files with 67 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
else APTFUNC="${ATYPE}"
fi
echo ""
echo
echo -e "${idsCL[LightGreen]}NodeMgmt Removal Script${idsCL[Default]}"
@@ -21,8 +21,8 @@ if [ "$IDSSYSF" = 2 ]; then
rm -Rf /opt/idssys/defaults
fi
echo ""
echo
echo -e "${idsCL[LightRed]}NodeMgmt has been Removed${idsCL[Default]}"
echo ""
echo
exit 0