Skip to content

Commit

Permalink
Fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbro committed Oct 13, 2021
1 parent 9a94712 commit ae289bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npflan/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ -n "$CSGO_PW" ]; then
fi

if [ -n "$CSGO_HOSTNAME" ]; then
additionalParams+=" +hostname $CSGO_HOSTNAME"
additionalParams+=" +hostname \"$CSGO_HOSTNAME\""
additionalParams+=
fi

Expand Down

0 comments on commit ae289bb

Please sign in to comment.