From 5546ff01ac6084a136669a581fcc31e49c1bec6d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 11:22:05 -0600 Subject: [PATCH] Update uninstall-mysqlbu.sh --- uninstall-mysqlbu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall-mysqlbu.sh b/uninstall-mysqlbu.sh index b966cb5..5dae1bf 100755 --- a/uninstall-mysqlbu.sh +++ b/uninstall-mysqlbu.sh @@ -9,7 +9,7 @@ if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" else APTFUNC="${ATYPE}" fi echo "" -echo -e "${CS[color,LightGreen]}MySQL-BU Removal Script${CS[color,Default]}" +echo -e "${idsCL[LightGreen]}MySQL-BU Removal Script${idsCL[Default]}" apt remove --purge -y percona-xtrabackup* @@ -24,7 +24,7 @@ if [ "$IDSSYSF" = 1 ]; then fi echo "" -echo -e "${CS[color,LightRed]}MySQL-BU has been Removed${CS[color,Default]}" +echo -e "${idsCL[LightRed]}MySQL-BU has been Removed${idsCL[Default]}" echo "" exit 0 \ No newline at end of file