mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 13:41:20 +02:00
build_library: Create extraction script temp files in $TMPDIR or /tmp
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
68def073cf
commit
10498c29fb
@ -53,7 +53,7 @@ if [[ ! -s "${image}" ]]; then
|
||||
fi
|
||||
mkdir -p "${out}"
|
||||
|
||||
tmp=$(mktemp --directory eifv-XXXXXX)
|
||||
tmp=$(mktemp --directory -t eifv-XXXXXX)
|
||||
trap 'rm -rf -- "${tmp}"' EXIT
|
||||
ROOTFS_IDX=0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user