fix: Quotes (#7)

This commit is contained in:
Kroese 2024-01-14 20:33:50 +01:00 committed by GitHub
parent 131fa1379b
commit 0652998966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ else
fi
DEST="$STORAGE/drivers.img"
[ ! -f "$DEST" ] && cp /run/drivers.iso $DEST
[ ! -f "$DEST" ] && cp /run/drivers.iso "$DEST"
rm -rf "$STORAGE/tmp"
mkdir -p "$STORAGE/tmp"