mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 09:44:20 +00:00
commit
ff30d8d557
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# Star Citizen's Linux Users Group Helper Script
|
# Star Citizen's Linux Users Group Helper Script
|
||||||
@ -57,7 +57,7 @@ fi
|
|||||||
# .config subdirectory
|
# .config subdirectory
|
||||||
conf_subdir="starcitizen-lug"
|
conf_subdir="starcitizen-lug"
|
||||||
|
|
||||||
tmp_dir="/tmp"
|
tmp_dir="$(mktemp -d)"
|
||||||
|
|
||||||
# The game's user subdirectory name
|
# The game's user subdirectory name
|
||||||
user_subdir_name="USER"
|
user_subdir_name="USER"
|
||||||
|
Loading…
Reference in New Issue
Block a user