it uses busybox, --directory doesn't exist

This commit is contained in:
cpina 2020-03-29 17:36:01 +02:00
parent f6ed973d7b
commit 062af890e7

View File

@ -6,7 +6,7 @@ GITHUB_USERNAME="$2"
GITHUB_REPO="$3"
GIT_USER_EMAIL="$4"
CLONE_DIR=$(mktemp --directory)
CLONE_DIR=$(mktemp -d)
# Setup git
git config --global user.email "$GIT_USER_EMAIL"