From 06677dbc8b4901c4208e097fad55980771c86623 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 22 Mar 2022 09:08:47 +0100 Subject: [PATCH] Fix typo setting dbhost in restore script --- install/usr/local/bin/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/usr/local/bin/restore b/install/usr/local/bin/restore index c24cc49..b2c8731 100755 --- a/install/usr/local/bin/restore +++ b/install/usr/local/bin/restore @@ -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