Give feedback if restore script doesn't support db type

This commit is contained in:
Rich
2022-03-22 09:12:34 +01:00
parent 52dc510b89
commit e7eb88c32a

View File

@@ -935,7 +935,8 @@ case "${r_dbtype}" in
exit_code=$? exit_code=$?
;; ;;
* ) * )
exit 3 print_info "Unable to restore DB of type '${r_dbtype}'"
exit_code=3
;; ;;
esac esac