From e8d96c45a084de3c7efa3d84c0a56bc0d810b529 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 10 Oct 2021 22:16:02 -0400 Subject: [PATCH] Fix previous sanity check --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index d9388f6..1415780 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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