From 0c51e16de8d9aafc5a327a2e0901d145c9617bd6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 11:19:55 -0600 Subject: [PATCH] Update uninstall-mysqlbu.sh --- uninstall-mysqlbu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall-mysqlbu.sh b/uninstall-mysqlbu.sh index 302ce34..ac3bfe1 100755 --- a/uninstall-mysqlbu.sh +++ b/uninstall-mysqlbu.sh @@ -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