From c725a87b22ce7b6d53bb11b62893bbaf5877cbff Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:18:21 -0500 Subject: [PATCH] Update install.sh: update message to testers --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 7a448f726..c48099612 100755 --- a/install.sh +++ b/install.sh @@ -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)