Fix for MARIADB not sending DB name for post script

This commit is contained in:
Dave Conroy
2022-03-30 10:45:27 -07:00
parent dbd0a03b0d
commit 2d01f5e692

View File

@@ -176,7 +176,7 @@ backup_mysql() {
check_exit_code $target
generate_checksum
move_dbbackup
post_dbbackup
post_dbbackup $db
done
else
print_debug "Not splitting database dumps into their own files"