This commit is contained in:
2019-01-28 18:31:15 -06:00
parent eb3efdc3e6
commit 1bf6ef0250
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)"
#source /opt/idssys/defaults/default.inc
echo ""
echo -e "${CS[color,LightGreen]}LinUPx Removal Script${CS[color,Default]}"
echo -e "${idsCL[Default]}LinUPx Removal Script${idsCL[Default]}"
do_with_root set -eu
@@ -24,7 +24,7 @@ if [ -d "/opt/idssys" ]; then
fi
echo ""
echo -e "${CS[color,LightRed]}LinUPx has been Removed${CS[color,Default]}"
echo -e "${idsCL[LightRed]}LinUPx has been Removed${idsCL[Default]}"
echo ""
exit 0

View File

@@ -9,7 +9,7 @@ if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
else APTFUNC="${ATYPE}"
fi
echo ""
echo -e "${idsCL[LightGreen]}NodeMgmt Removal Script${idsCL[Default]}"
echo -e "cNodeMgmt Removal Script${idsCL[Default]}"
do_with_root set -eu