path server

This commit is contained in:
sitisll 2023-05-15 16:05:40 +03:00
parent 5b5db556b8
commit bf2df5238c

@ -392,6 +392,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
with open(path_yaml, 'w') as yamlfile:
yaml.dump(settings, yamlfile)
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)
if game != "path_server":
systemd_unit_create(game)