From 4e02553f4eee9b0ce1be1384e427970ad0fa04ea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 19:11:12 -0600 Subject: [PATCH] update --- install-mysqlbu.sh | 1 + uninstall-linupx.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 7090dc3..ed1934c 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -29,6 +29,7 @@ MYSQLUSER='' MYSQLPASS='' MYSQLCFG='/etc/mysql/my.cnf' BACKUPSTOKEEP=3 +BACKUP_DAEMON=/usr/bin/mariabackup " > /opt/idssys/settings/mysqlbu.conf if [ ! -d "/opt/idssys/defaults" ]; then diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index fd537dc..1ea90ae 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -15,7 +15,7 @@ echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}" do_with_root set -eu do_with_root rm -f /usr/local/bin/runup do_with_root rm -Rf /opt/idssys/linupx -do_with_root rm -Rf /opt/idssys/LinUpx +do_with_root rm -Rf /opt/idssys/LinUPx do_with_root rm -Rf /opt/LinUPx if [ -d "/opt/idssys" ]; then