diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 0686f2b4..4ac0d723 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -26576,7 +26576,7 @@ function checkSteamDeckLastVers { function updateSteamDeckLastVers { # This function updates the 'lastvers' file after a dependency update if there was a version change - if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then + if checkSteamDeckSTLUpdated; then echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS" fi }