Add sanity check

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

View File

@ -509,7 +509,9 @@ display_dirs() {
fi fi
# Lutris runners # 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[@]}" message info "These directories are currently being used by this Helper and Star Citizen\n${dirs_list[@]}"