Skip to content

Commit d4541eb

Browse files
committed
Merge branch 'Hotfix/FixWelcomeMessageLogic' into development
Thanks, yet again, GadgetGeekNI!
2 parents 830a67d + 865d35c commit d4541eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Setup-Your-Mac-via-Dialog.bash

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -599,19 +599,19 @@ welcomeTitle="Happy $( date +'%A' ), ${loggedInUserFirstname}! \nWelcome to you
599599
welcomeMessage="Please enter the **required** information for your ${modelName}, select your preferred **Configuration** then click **Continue** to start applying settings to your new Mac. \n\nOnce completed, the **Wait** button will be enabled and you‘ll be able to review the results before restarting your ${modelName}."
600600

601601
if [ -n "$supportTeamName" ]; then
602-
welcomeMessage+="\n\nIf you need assistance, please contact the ${supportTeamName} at"
602+
welcomeMessage+="\n\nIf you need assistance, please contact the ${supportTeamName}:"
603603

604604
if [ -n "$supportTeamPhone" ]; then
605-
welcomeMessage+="\n${supportTeamPhone}"
605+
welcomeMessage+="\n - **Via Phone** : ${supportTeamPhone}"
606606
fi
607607

608+
if [ -n "$supportTeamEmail" ]; then
609+
welcomeMessage+="\n - **Via Email** : ${supportTeamEmail}"
610+
fi
611+
608612
if [ -n "$supportKB" ]; then
609613
welcomeMessage+=" and mention ${supportKB}"
610614
fi
611-
612-
if [ -n "$supportTeamEmail" ]; then
613-
welcomeMessage+="\n${supportTeamEmail}"
614-
fi
615615
fi
616616

617617
welcomeMessage+=".\n\n---"

0 commit comments

Comments
 (0)