This commit is contained in:
2019-01-28 18:31:57 -06:00
parent 1bf6ef0250
commit 94121d8015
2 changed files with 2 additions and 2 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 "${idsCL[Default]}LinUPx Removal Script${idsCL[Default]}"
echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}"
do_with_root set -eu

View File

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