This commit is contained in:
Евгений Храмов 2023-05-14 18:32:27 +03:00
parent 505f8f4159
commit c39911e792

@ -393,7 +393,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
'path_server': dir_server
}
]
if game != "":
if game != "path_server":
print_line("elif game !=")
systemd_unit_create(game)
with open(path_yaml, 'w') as yamlfile: