diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index ed98da6..b45aea5 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -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 \ No newline at end of file diff --git a/uninstall-nodemgmt.sh b/uninstall-nodemgmt.sh index 66d12a2..75ccbbf 100755 --- a/uninstall-nodemgmt.sh +++ b/uninstall-nodemgmt.sh @@ -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