mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 09:21:01 +00:00
Fix previous sanity check
This commit is contained in:
@ -509,7 +509,7 @@ display_dirs() {
|
||||
fi
|
||||
|
||||
# Lutris runners
|
||||
if [ -f "$conf_dir/$conf_subdir/$game_conf" ]; then
|
||||
if [ -d "$runners_dir" ]; then
|
||||
dirs_list+="\n\nLutris Runners:\n$runners_dir"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user