mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-01 00:24:18 +00:00
Fix error message (variable not yet set)
This commit is contained in:
parent
8f857476d0
commit
7cc4cca62d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user