Skip to content

Commit

Permalink
Merge pull request #48 from jsknnr/dev
Browse files Browse the repository at this point in the history
bug in while loop timeout tracking
  • Loading branch information
jsknnr authored Feb 1, 2024
2 parents e332250 + 9283738 commit 62c60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/proton/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ while [ $timeout -lt 11 ]; do
exit 1
fi
sleep 6
timeout+=1
((timeout++))
echo "$(timestamp) INFO: Waiting for enshrouded_server.exe to be running"
done

Expand Down

0 comments on commit 62c60af

Please sign in to comment.