Create gitWorkPath if it doesn't exist
This commit is contained in:
parent
f20e1de74f
commit
48fe8de185
|
@ -64,6 +64,7 @@ getGitconfigData() {
|
|||
fi
|
||||
|
||||
gitWorkPath=$(displayDialogBox --inputbox "Enter an absolute folder path where you would like to use the work account." VALUES 3>&1 1>&2 2>&3)
|
||||
mkdir -p "$gitWorkPath"
|
||||
while [[ ! -d $gitWorkPath ]]; do
|
||||
gitWorkPath=$(displayDialogBox --inputbox "Path isn't valid. Please try again" VALUES 3>&1 1>&2 2>&3)
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue