Update uninstall-mysqlbu.sh

This commit is contained in:
2019-01-29 11:19:55 -06:00
parent c1f650344c
commit 0c51e16de8

View File

@@ -15,6 +15,7 @@ echo -e "${CS[color,LightGreen]}MySQL-BU Removal Script${CS[color,Default]}"
do_with_root set -eu
rm -f /usr/local/bin/mysqlbu
rm -Rf /opt/idssys/mysqlbu
rm -Rf /opt/mysqlbu
IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"
if [ "$IDSSYSF" = 1 ]; then