mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Fix typo setting dbhost in restore script
This commit is contained in:
@@ -826,7 +826,7 @@ if [ -n "${3}" ]; then
|
||||
if [ ! -f "${3}" ]; then
|
||||
get_dbhost
|
||||
else
|
||||
r_dbtype="${3}"
|
||||
r_dbhost="${3}"
|
||||
fi
|
||||
else
|
||||
get_dbhost
|
||||
|
||||
Reference in New Issue
Block a user