mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
add missing STOP Variable
This commit is contained in:
parent
a985670de3
commit
404a3f8028
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-01-29T10:24:39+01:00",
|
"exported_at": "2023-01-29T11:28:22+01:00",
|
||||||
"name": "Valheim BepINex",
|
"name": "Valheim BepINex",
|
||||||
"author": "info@goover.de",
|
"author": "info@goover.de",
|
||||||
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx",
|
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"files": "{}",
|
"files": "{}",
|
||||||
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
|
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
|
||||||
"logs": "{}",
|
"logs": "{}",
|
||||||
"stop": "^^C"
|
"stop": "^C"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"installation": {
|
"installation": {
|
||||||
@ -179,6 +179,16 @@
|
|||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|string",
|
"rules": "required|string",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Shutdown Command",
|
||||||
|
"description": "",
|
||||||
|
"env_variable": "STOP",
|
||||||
|
"default_value": "kill -2 $!; wait;",
|
||||||
|
"user_viewable": false,
|
||||||
|
"user_editable": false,
|
||||||
|
"rules": "required|string|max:20",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user