Skip to content

Commit 82d6ce4

Browse files
committed
2 parents 382a188 + f458c34 commit 82d6ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/usr/local/bin/restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ EOF
641641
2 )
642642
while true; do
643643
read -p "$(echo -e ${clg}** ${cdgy}Enter Value \(${cwh}C${cdgy}\) \| \(${cwh}E${cdgy}\) : ${cwh}${coff}) " q_dbport_menu
644-
case "${q_port_menu,,}" in
644+
case "${q_dbport_menu,,}" in
645645
c* )
646646
counter=1
647647
q_dbport=" "

0 commit comments

Comments
 (0)