1
This commit is contained in:
parent
4967bbb97d
commit
7c13bfa218
1
hlna.py
1
hlna.py
@ -394,6 +394,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
elif game != "":
|
elif game != "":
|
||||||
|
print_line("elif game !=")
|
||||||
systemd_unit_create(game)
|
systemd_unit_create(game)
|
||||||
with open(path_yaml, 'w') as yamlfile:
|
with open(path_yaml, 'w') as yamlfile:
|
||||||
yaml.dump(settings, yamlfile)
|
yaml.dump(settings, yamlfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user