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 7, 2025
1 parent b7c1746 commit d76b000
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
: "${WORLD:="Dedicated"}"
: "${PASSWORD:="Secret"}"
: "${SAVEDIR:=""}"
: "${PUBLIC:=1}"
: "${PUBLIC:=}"
: "${LOG_FILE:=""}"
: "${SAVEINTERVAL:=1800}"
: "${BACKUPS:=4}"
: "${BACKUPSHORT:=7200}"
: "${BACKUPLONG:=43200}"
: "${SAVEINTERVAL:=}"
: "${BACKUPS:=}"
: "${BACKUPSHORT:=}"
: "${BACKUPLONG:=}"
: "${CROSSPLAY:=false}"

# : "${INSTANCEID:="1"}"
Expand Down Expand Up @@ -81,7 +81,7 @@ function start() {

ARGS=()

ARGS+=("-batchmode" "-nographics")
# ARGS+=("-batchmode" "-nographics")

if [[ -n "$NAME" ]]; then
ARGS+=("-name" "$NAME")
Expand Down

0 comments on commit d76b000

Please sign in to comment.