mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 19:50:37 +00:00
Add mktemp suffix and fallback
This commit is contained in:
@ -57,7 +57,7 @@ fi
|
|||||||
# .config subdirectory
|
# .config subdirectory
|
||||||
conf_subdir="starcitizen-lug"
|
conf_subdir="starcitizen-lug"
|
||||||
|
|
||||||
tmp_dir="$(mktemp -d)"
|
tmp_dir="$(mktemp -d --suffix=".lughelper" || echo "/tmp")"
|
||||||
|
|
||||||
# The game's user subdirectory name
|
# The game's user subdirectory name
|
||||||
user_subdir_name="USER"
|
user_subdir_name="USER"
|
||||||
|
Reference in New Issue
Block a user