Skip to content

Commit

Permalink
Merge branch 'main' into update-countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 19, 2024
2 parents acdf259 + e72c43d commit e58143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helper_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ UpdateRequired() {
return 0
fi

if [ "$CURRENT_MANIFEST" != "${TARGET_MANIFEST_ID}" ]; then
if [ -n "${TARGET_MANIFEST_ID}" ] && [ "$CURRENT_MANIFEST" != "${TARGET_MANIFEST_ID}" ]; then
LogInfo "Game not at target version. Target Version: ${TARGET_MANIFEST_ID}"
return 0
fi
Expand Down

0 comments on commit e58143e

Please sign in to comment.