Ask user if path is correct

This commit is contained in:
Santiago Lo Coco 2022-02-08 13:31:23 -03:00
parent de61cb1c8d
commit dd16c2060e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ getGitconfigData() {
while true; do while true; do
msg="\nPlease confirm that the data you entered is correct:\n\n -" 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 displayDialogBox --yesno "$msg" && break
gitWorkName=$(displayDialogBox --inputbox "\nEnter a name." VALUES 3>&1 1>&2 2>&3) gitWorkName=$(displayDialogBox --inputbox "\nEnter a name." VALUES 3>&1 1>&2 2>&3)
checkCancel "You must enter a name." && return checkCancel "You must enter a name." && return