diff --git a/CHANGELOG.md b/CHANGELOG.md index 493981f..4a4117b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.5 2022-04-23 + + ### Changed + - Fix for restore still not working with DB_PORT variable + + ## 3.2.4 2022-04-21 ### Changed diff --git a/install/usr/local/bin/restore b/install/usr/local/bin/restore index 35f3e30..70ed0b6 100755 --- a/install/usr/local/bin/restore +++ b/install/usr/local/bin/restore @@ -66,7 +66,6 @@ EOF exit 0 ;; "-i" ) - echo "interactive mode" interactive_mode=true ;; * ) @@ -641,7 +640,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_dbname_menu,,}" in + case "${q_dbport_menu,,}" in c* ) counter=1 q_dbport=" "