mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 06:24:18 +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"
|
lutris_needs_restart="false"
|
||||||
|
|
||||||
# Check if a newer verison of the script is available
|
# 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 [ "$latest_version" != "$current_version" ]; then
|
||||||
if [ "$use_zenity" -eq 1 ]; then
|
if [ "$use_zenity" -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user