From c7213dd60d6e9ecb58cf35f2578e57aff6031553 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 13 May 2023 17:33:56 +0300 Subject: [PATCH] rconf --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index 9d7536d..3f2f20e 100755 --- a/hlna.py +++ b/hlna.py @@ -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: