CI: Improve compatibility of download scripts

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2022-05-21 02:34:50 +02:00
parent f73d21171a
commit 027800fba5
4 changed files with 28 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ if [[ $(id -u) != "0" ]] && [[ $DESTDIR == "/usr" || $DESTDIR == "/usr/local" ]]
exit 1
fi
/bin/mkdir -p "$DESTDIR"
mkdir -p "$DESTDIR"
if [[ $TF_DRIVER == "auto" ]]; then
echo "Detecting driver..."