Skip to content

Commit

Permalink
build 🔧 Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 13, 2024
1 parent 4b703f4 commit 5adacb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ if [ -z "$GAME" ]; then
exit 1
fi

if [[ "$@" != *"+map"* ]]; then
echo "Warning: No +map specified in the command. Server will start but may not be joinable."
fi

if [ -d /temp/hlds ]
then
rsync --chown=steam:steam /temp/hlds/* /opt/steam/hlds/$GAME
Expand Down

0 comments on commit 5adacb2

Please sign in to comment.