mktempt
This commit is contained in:
parent
16085dd949
commit
d99f2bcc74
1 changed files with 1 additions and 1 deletions
2
app.sh
2
app.sh
|
@ -35,7 +35,7 @@ while true ; do
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GIT_REPO_PATH=$(/tmp/tmp.gUcRmxSldg)
|
GIT_REPO_PATH=$(mktemp -d)
|
||||||
|
|
||||||
git config --global user.email "$GIT_USER_MAIL"
|
git config --global user.email "$GIT_USER_MAIL"
|
||||||
git config --global user.name "$GIT_USERNAME"
|
git config --global user.name "$GIT_USERNAME"
|
||||||
|
|
Loading…
Reference in a new issue