From 32c9a893a172eb281a56af4324f3a84ab929dc0e Mon Sep 17 00:00:00 2001 From: cogitantium Date: Fri, 4 Oct 2019 23:45:00 +0200 Subject: [PATCH] Revise setup-msg on work-profile to omit newline and conform to whitespace-standard --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index bfcd55b..810eb4b 100644 --- a/setup.sh +++ b/setup.sh @@ -24,7 +24,7 @@ setup() { read -r -s password default_work_profile='work' - printf "Please input the name of the work profile[%s]:\n" "$default_work_profile" + printf "Please input the name of the work profile to use [%s]:" "$default_work_profile" read -r work_profile work_profile=${work_profile:-$default_work_profile}