From 28ed6c3bb8ddd3e579c8269d9ed1943de749604f Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sat, 23 Apr 2022 14:11:29 -0700 Subject: [PATCH] Release 3.2.5 - See CHANGELOG.md --- CHANGELOG.md | 6 ++++++ install/usr/local/bin/restore | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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=" "