Skip to content

Commit

Permalink
Update install.sh: update message to testers
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 16, 2023
1 parent 0e53fc0 commit c725a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2616,12 +2616,12 @@ if [[ ${IN_TESTING} == "true" ]]; then
MSG="${MSG}\n\nPlease set Debug Level to 3 during testing."
MSG="${MSG}\n"

MSG="${MSG}\nChanges from prior dev releases:"
MSG="${MSG}\nChanges from prior release:"

MSG="${MSG}\n * change 1"
MSG="${MSG}\n * Bug fixes"

MSG="${MSG}\n"
MSG="${MSG}\n * change 2"
# MSG="${MSG}\n"
# MSG="${MSG}\n * change 2"

MSG="${MSG}\n\nIf you agree, enter: yes"
A=$(whiptail --title "*** MESSAGE FOR TESTERS ***" --inputbox "${MSG}" 26 "${WT_WIDTH}" 3>&1 1>&2 2>&3)
Expand Down

0 comments on commit c725a87

Please sign in to comment.