mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:34:21 +00:00
Fix syntax
This commit is contained in:
parent
cfeb3a841f
commit
3e982b3303
@ -1317,7 +1317,7 @@ live_or_ptu="$live_dir"
|
||||
lutris_needs_restart="false"
|
||||
|
||||
# Check if a newer verison of the script is available
|
||||
latest_version=$(get_latest_release "$repo")
|
||||
latest_version="$(get_latest_release "$repo")"
|
||||
|
||||
if [ "$latest_version" != "$current_version" ]; then
|
||||
if [ "$use_zenity" -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user