Release 3.2.5 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-04-23 14:11:29 -07:00
parent c1bdf26598
commit 28ed6c3bb8
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## 3.2.5 2022-04-23 <dave at tiredofit dot ca>
### Changed
- Fix for restore still not working with DB_PORT variable
## 3.2.4 2022-04-21 <dave at tiredofit dot ca> ## 3.2.4 2022-04-21 <dave at tiredofit dot ca>
### Changed ### Changed

View File

@@ -66,7 +66,6 @@ EOF
exit 0 exit 0
;; ;;
"-i" ) "-i" )
echo "interactive mode"
interactive_mode=true interactive_mode=true
;; ;;
* ) * )
@@ -641,7 +640,7 @@ EOF
2 ) 2 )
while true; do while true; do
read -p "$(echo -e ${clg}** ${cdgy}Enter Value \(${cwh}C${cdgy}\) \| \(${cwh}E${cdgy}\) : ${cwh}${coff}) " q_dbport_menu 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* ) c* )
counter=1 counter=1
q_dbport=" " q_dbport=" "