From 136e2339baf4837ac652d42ce60d5a5a7fb96019 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 3 Aug 2023 22:16:35 -0500 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 5216633..c7b1fe7 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/mysqlbu' -VERS='2.45-05022023' +VERS='2.6-08032023' source /opt/idssys/defaults/colors.inc source /opt/idssys/defaults/default.inc @@ -194,7 +194,7 @@ DELETE_MENU() { case $1 in 'backup') - if [ "$BACKUP_ServerName" != "" ]; then + if [ "$BACKUP_ServerName" != "" ] || [ "${BACKUP_MOUNTED}" == "true" ]; then echo "$(date) - Checking for mounted Backup Drive..." if [ ! -f ${BACKUP_PATH}/mounted ]; then echo "$(date) - Not found, mounting drive now..."