mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:24:23 +00:00
Add mktemp suffix and fallback
This commit is contained in:
parent
ff30d8d557
commit
35fd12b672
@ -57,7 +57,7 @@ fi
|
||||
# .config subdirectory
|
||||
conf_subdir="starcitizen-lug"
|
||||
|
||||
tmp_dir="$(mktemp -d)"
|
||||
tmp_dir="$(mktemp -d --suffix=".lughelper" || echo "/tmp")"
|
||||
|
||||
# The game's user subdirectory name
|
||||
user_subdir_name="USER"
|
||||
|
Loading…
Reference in New Issue
Block a user