Update mysqlbu-scripts.sh

This commit is contained in:
2023-10-02 10:47:58 -05:00
parent 97580607b8
commit 6ee7e58646

View File

@@ -199,6 +199,7 @@ case $1 in
if [ ! -f ${BACKUP_PATH}/mounted ]; then
echo "$(date) - Not found, mounting drive now..."
# mount.cifs ${BACKUP_ServerName} ${BACKUP_PATH} -o user=${BACKUP_UserName},password=${BACKUP_Password}
rm -Rf /mnt/MySQL-Backups/*
mount -a
c=0
until [ $c -gt 179 ]; do