From dd16c2060ef55f9f64205ad2562af5e3edc7d718 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 13:31:23 -0300 Subject: [PATCH] Ask user if path is correct --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 6ef704d..9c20c97 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -88,7 +88,7 @@ getGitconfigData() { while true; do msg="\nPlease confirm that the data you entered is correct:\n\n -" - msg="${msg} Name: ${gitWorkName}\n - E-mail: ${gitWorkMail}" + msg="${msg} Name: ${gitWorkName}\n - E-mail: ${gitWorkMail}\n - Path: ${gitWorkPath}" displayDialogBox --yesno "$msg" && break gitWorkName=$(displayDialogBox --inputbox "\nEnter a name." VALUES 3>&1 1>&2 2>&3) checkCancel "You must enter a name." && return