Update uninstall-mysqlbu.sh

This commit is contained in:
2019-01-29 11:22:05 -06:00
parent 64cd879886
commit 5546ff01ac

View File

@@ -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