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