mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +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
|
if [ ! -f "${3}" ]; then
|
||||||
get_dbhost
|
get_dbhost
|
||||||
else
|
else
|
||||||
r_dbtype="${3}"
|
r_dbhost="${3}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
get_dbhost
|
get_dbhost
|
||||||
|
|||||||
Reference in New Issue
Block a user