Fix syntax

This commit is contained in:
the Sane 2021-10-11 10:10:20 -04:00 committed by GitHub
parent cfeb3a841f
commit 3e982b3303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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