This commit is contained in:
2019-01-31 19:11:12 -06:00
parent 7e32c38cf3
commit 4e02553f4e
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ MYSQLUSER=''
MYSQLPASS='' MYSQLPASS=''
MYSQLCFG='/etc/mysql/my.cnf' MYSQLCFG='/etc/mysql/my.cnf'
BACKUPSTOKEEP=3 BACKUPSTOKEEP=3
BACKUP_DAEMON=/usr/bin/mariabackup
" > /opt/idssys/settings/mysqlbu.conf " > /opt/idssys/settings/mysqlbu.conf
if [ ! -d "/opt/idssys/defaults" ]; then if [ ! -d "/opt/idssys/defaults" ]; then

View File

@@ -15,7 +15,7 @@ echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}"
do_with_root set -eu do_with_root set -eu
do_with_root rm -f /usr/local/bin/runup 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/idssys/LinUPx
do_with_root rm -Rf /opt/LinUPx do_with_root rm -Rf /opt/LinUPx
if [ -d "/opt/idssys" ]; then if [ -d "/opt/idssys" ]; then