Fix previous sanity check

This commit is contained in:
the Sane 2021-10-10 22:16:02 -04:00 committed by GitHub
parent d8826f608c
commit e8d96c45a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,7 +509,7 @@ display_dirs() {
fi fi
# Lutris runners # Lutris runners
if [ -f "$conf_dir/$conf_subdir/$game_conf" ]; then if [ -d "$runners_dir" ]; then
dirs_list+="\n\nLutris Runners:\n$runners_dir" dirs_list+="\n\nLutris Runners:\n$runners_dir"
fi fi