From 16c122c84b284dc476e1c357ce4a59da415662ba Mon Sep 17 00:00:00 2001 From: finn Date: Sun, 20 Sep 2026 23:58:03 -0700 Subject: [PATCH] resource ss added and a record fix --- README.md | 1 + create-linode.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b5aa61..2ed1cc9 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ docker run -d \ -e WORLD_NAME="$WORLD_NAME" \ -e SERVER_PASS="$SERVER_PASS" \ -e SERVER_PUBLIC="$SERVER_PUBLIC" \ + -e SERVER_ARGS="-modifier resources more" \ "$IMAGE" echo "Valheim server started." diff --git a/create-linode.sh b/create-linode.sh index 96ab038..a41f3ca 100755 --- a/create-linode.sh +++ b/create-linode.sh @@ -27,7 +27,10 @@ VOLUME_MOUNT="/mnt/$VOLUME_NAME" # StackScript that mounts the volume on first boot (see stackscript.md). # Enter the numeric StackScript ID manually after creating it in the Linode UI. #STACKSCRIPT_ID="2225110" +# Normal: STACKSCRIPT_ID="2225140" +# More resources (1.5): +STACKSCRIPT_ID="2225166" if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then echo "Linode helper script: create-linode.sh