parent
bf7d4173cd
commit
02aad445aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1115,7 +1115,7 @@ class Settings(object):
|
|||
reboot="systemRestartCommand",
|
||||
restart="serverRestartCommand")
|
||||
|
||||
if "system" in config and "actions" in config["system"]:
|
||||
if "system" in config and "actions" in config["system"] and isinstance(config["system"]["actions"], (list, tuple)):
|
||||
actions = config["system"]["actions"]
|
||||
to_delete = []
|
||||
for index, spec in enumerate(actions):
|
||||
|
|
|
|||
Loading…
Reference in a new issue