We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3c942 commit 9863358Copy full SHA for 9863358
install/assets/functions/10-db-backup
@@ -820,9 +820,9 @@ check_availability() {
820
}
821
822
check_exit_code() {
823
- write_log debug "DB Backup Exit Code is ${exit_code}"
824
case "${1}" in
825
backup )
+ write_log debug "DB Backup exit Code is ${exit_code}"
826
case "${exit_code}" in
827
0 )
828
write_log info "DB Backup of '${2}' completed successfully"
@@ -840,6 +840,7 @@ check_exit_code() {
840
esac
841
;;
842
move )
843
+ write_log debug "Move exit Code is ${exit_code}"
844
case "${move_exit_code}" in
845
846
write_log debug "Moving of backup '${2}' completed successfully"
0 commit comments