Ask user if path is correct
This commit is contained in:
parent
de61cb1c8d
commit
dd16c2060e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue