mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-31 12:56:11 +01:00
Fix critical bug with unloaded servers
This commit is contained in:
parent
3e29e3c77c
commit
1b2fef06fb
@ -549,6 +549,7 @@ class PanelHandler(BaseHandler):
|
|||||||
"log_path": server_temp_obj["log_path"],
|
"log_path": server_temp_obj["log_path"],
|
||||||
"executable": server_temp_obj["executable"],
|
"executable": server_temp_obj["executable"],
|
||||||
"execution_command": server_temp_obj["execution_command"],
|
"execution_command": server_temp_obj["execution_command"],
|
||||||
|
"shutdown_timeout": server_obj["shutdown_timeout"],
|
||||||
"stop_command": server_temp_obj["stop_command"],
|
"stop_command": server_temp_obj["stop_command"],
|
||||||
"executable_update_url": server_temp_obj[
|
"executable_update_url": server_temp_obj[
|
||||||
"executable_update_url"
|
"executable_update_url"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user