path server
This commit is contained in:
parent
5b5db556b8
commit
bf2df5238c
1
hlna.py
1
hlna.py
@ -392,6 +392,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
|
|||||||
with open(path_yaml, 'w') as yamlfile:
|
with open(path_yaml, 'w') as yamlfile:
|
||||||
yaml.dump(settings, yamlfile)
|
yaml.dump(settings, yamlfile)
|
||||||
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)
|
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)
|
||||||
|
if game != "path_server":
|
||||||
systemd_unit_create(game)
|
systemd_unit_create(game)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user