update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user