Skip to content

Commit

Permalink
chore: refactor entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Jan 24, 2024
1 parent 962ec71 commit 927f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-data/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wineboot -r
echo "🔄 Updating server..."
$STEAMCMD +runscript "$USER_HOME"/steam-game.script

# Modify the $SERVER_CONFIG_DIR/dedicatedserver.cfg (json file) and set the value SkipNetworkAccessibilityTest to true
# Set skip network accessibility test to true
echo "🔧 Adjust server config..."
sed -i 's/"SkipNetworkAccessibilityTest": false/"SkipNetworkAccessibilityTest": true/g' "$SERVER_CONFIG_DIR"/dedicatedserver.cfg

Expand Down

0 comments on commit 927f573

Please sign in to comment.