From 229db5cd03c25fbbf717c48750769a05da4a8c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Darveau?= Date: Sun, 10 Jul 2022 16:44:05 -0400 Subject: [PATCH] Fix reading port number in interactive restore --- 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 ffb890f..e0d2eee 100755 --- a/install/usr/local/bin/restore +++ b/install/usr/local/bin/restore @@ -641,7 +641,7 @@ EOF 2 ) while true; do read -p "$(echo -e ${clg}** ${cdgy}Enter Value \(${cwh}C${cdgy}\) \| \(${cwh}E${cdgy}\) : ${cwh}${coff}) " q_dbport_menu - case "${q_port_menu,,}" in + case "${q_dbport_menu,,}" in c* ) counter=1 q_dbport=" "