mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Give feedback if restore script doesn't support db type
This commit is contained in:
@@ -935,7 +935,8 @@ case "${r_dbtype}" in
|
||||
exit_code=$?
|
||||
;;
|
||||
* )
|
||||
exit 3
|
||||
print_info "Unable to restore DB of type '${r_dbtype}'"
|
||||
exit_code=3
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user