mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 00:37:50 +00:00
Change tmp dir format
This commit is contained in:
parent
63e6ab82f7
commit
8d4a620e6b
@ -119,7 +119,7 @@ lutris_flatpak_conf_dir="$lutris_flatpak_dir/config/lutris/games"
|
||||
helper_dir="$(realpath "$0" | xargs -0 dirname)"
|
||||
|
||||
# Temporary directory
|
||||
tmp_dir="$(mktemp -d --suffix=".lughelper")"
|
||||
tmp_dir="$(mktemp -d -t "lughelper.XXXXXXXXXX")"
|
||||
trap 'rm -r "$tmp_dir"' EXIT
|
||||
|
||||
# Set a maximum number of versions to display from each download url
|
||||
|
Loading…
Reference in New Issue
Block a user