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