mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-03 08:43:04 +08:00
Remove startup flag
This commit is contained in:
parent
bff922a007
commit
1f62dca1a0
@ -10,7 +10,7 @@
|
|||||||
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.",
|
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.",
|
||||||
"features": null,
|
"features": null,
|
||||||
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_source",
|
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_source",
|
||||||
"startup": ".\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" -public 1 > >(sed -uE \"{{FILTER}}\") & trap 'kill -2 $!; wait' 2 15; wait $!",
|
"startup": ".\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" > >(sed -uE \"{{FILTER}}\") & trap 'kill -2 $!; wait' 2 15; wait $!",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{}",
|
"files": "{}",
|
||||||
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
|
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
|
||||||
|
Loading…
Reference in New Issue
Block a user