Skip to content

Commit

Permalink
update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 8, 2025
1 parent d26d502 commit f6d7533
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#!/bin/bash

: "${NAME:="My Server"}"

# : "${PORT:=""}"

: "${WORLD:="Dedicated"}"
: "${PASSWORD:="Secret"}"

# : "${SAVEDIR:="/home/steam/Valheim"}"

: "${NAME:=""}"
: "${WORLD:=""}"
: "${PASSWORD:=""}"
: "${PUBLIC:=""}"
: "${LOG_FILE:=""}"
: "${SAVEINTERVAL:=""}"
Expand Down

0 comments on commit f6d7533

Please sign in to comment.