Update mysqlbu-scripts.sh

This commit is contained in:
2023-05-07 16:25:52 -05:00
parent 15945a7d06
commit 066d14b7f5

View File

@@ -192,6 +192,7 @@ DELETE_MENU() {
case $1 in
'backup')
echo 'yes'
if [ "$BACKUP_ServerName" != "" ]; then
echo "$(date) - Checking for mounted Backup Drive..."
if [ ! -f ${BACKUP_PATH}/mounted ]; then