Fix error message (variable not yet set)

This commit is contained in:
the-sane 2022-10-16 00:08:02 -04:00
parent 8f857476d0
commit 7cc4cca62d

View File

@ -1325,7 +1325,7 @@ download_manage() {
return 0 return 0
fi fi
if [ ! -d "$download_dir" ]; then if [ ! -d "$download_dir" ]; then
message info "Lutris $download_type directory not found. Unable to continue.\n\n$download_dir" message info "The following Lutris directory was not found. Unable to continue.\n\n$download_dir"
return 0 return 0
fi fi