mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 15:44:20 +00:00
Add sanity check
This commit is contained in:
parent
07a99d3aa1
commit
d8826f608c
@ -509,7 +509,9 @@ display_dirs() {
|
||||
fi
|
||||
|
||||
# Lutris runners
|
||||
dirs_list+="\n\nLutris Runners:\n$runners_dir"
|
||||
if [ -f "$conf_dir/$conf_subdir/$game_conf" ]; then
|
||||
dirs_list+="\n\nLutris Runners:\n$runners_dir"
|
||||
fi
|
||||
|
||||
|
||||
message info "These directories are currently being used by this Helper and Star Citizen\n${dirs_list[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user