Skip to content

Commit

Permalink
Merge pull request #135 from osg-lan/main
Browse files Browse the repository at this point in the history
added tv port
  • Loading branch information
joedwards32 authored Nov 3, 2024
2 parents bda25a1 + 13b5539 commit 7de1841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
1 change: 1 addition & 0 deletions bookworm/etc/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ eval "./cs2" -dedicated \
"${SV_SETSTEAMACCOUNT_ARGS}" \
+sv_password "${CS2_PW}" \
+sv_lan "${CS2_LAN}" \
+tv_port "${TV_PORT}" \
"${CS2_ADDITIONAL_ARGS}"

# Post Hook
Expand Down

0 comments on commit 7de1841

Please sign in to comment.