Fix typo setting dbhost in restore script

This commit is contained in:
Rich
2022-03-22 09:08:47 +01:00
parent e0dd2bc91b
commit 06677dbc8b

View File

@@ -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