Fix shutdown command

This commit is contained in:
Magi1053 2021-02-07 12:17:10 -06:00
parent cbfc897cc6
commit d56f0899f1
No known key found for this signature in database
GPG Key ID: BEE429122735B1B2

View File

@ -4,7 +4,7 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-02-06T19:50:18-06:00",
"exported_at": "2021-02-07T12:16:16-06:00",
"name": "Valheim",
"author": "magi1053@outlook.com",
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.",
@ -12,7 +12,7 @@
"images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_source"
],
"startup": "{{PRE_INIT}}; .\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" -public 1 | sed -uE \"{{FILTER}}\" & trap \"echo 1 > server_exit.drp\" 15; wait $!",
"startup": "{{INIT}}; .\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" -public 1 | sed -uE \"{{FILTER}}\" & trap \"echo 1 > server_exit.drp && wait\" 15; wait $!",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
@ -66,7 +66,7 @@
{
"name": "Before Server Start",
"description": "Helper script to manage the server instance",
"env_variable": "PRE_INIT",
"env_variable": "INIT",
"default_value": "export templdpath=$LD_LIBRARY_PATH; export LD_LIBRARY_PATH=.\/linux64:$LD_LIBRARY_PATH; export SteamAppId=892970",
"user_viewable": false,
"user_editable": false,