From 94121d8015bdb96bcd05d54f6d8351aef820ab00 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 18:31:57 -0600 Subject: [PATCH] update --- uninstall-linupx.sh | 2 +- uninstall-nodemgmt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index b45aea5..1c90d1e 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 "${idsCL[Default]}LinUPx Removal Script${idsCL[Default]}" +echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}" do_with_root set -eu diff --git a/uninstall-nodemgmt.sh b/uninstall-nodemgmt.sh index 75ccbbf..66d12a2 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 "cNodeMgmt Removal Script${idsCL[Default]}" +echo -e "${idsCL[LightGreen]}NodeMgmt Removal Script${idsCL[Default]}" do_with_root set -eu