1
This commit is contained in:
6
hlna.py
6
hlna.py
@ -393,9 +393,9 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
|
|||||||
'path_server': dir_server
|
'path_server': dir_server
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
if game != "path_server":
|
|
||||||
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)
|
||||||
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)
|
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)
|
||||||
|
Reference in New Issue
Block a user