This commit is contained in:
Евгений Храмов 2023-05-13 17:33:56 +03:00
parent ad0c701eac
commit c7213dd60d

@ -540,7 +540,7 @@ def stop(g, m, b, name_server=list_config):
for i in names_serverstart:
data = read_yaml(i)
os.system(f"~/git/hln-a/hlna.py rcon -m {i} -c SaveWorld")
os.system(f"~/git/hln-a/hlna.py rcon SaveWorld -m {i}")
x = os.system(f"systemctl --user stop ark_{data['SessionName'].lower()}.service")
print_line(x)
else: