rconf
This commit is contained in:
parent
ad0c701eac
commit
c7213dd60d
2
hlna.py
2
hlna.py
@ -540,7 +540,7 @@ def stop(g, m, b, name_server=list_config):
|
|||||||
|
|
||||||
for i in names_serverstart:
|
for i in names_serverstart:
|
||||||
data = read_yaml(i)
|
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")
|
x = os.system(f"systemctl --user stop ark_{data['SessionName'].lower()}.service")
|
||||||
print_line(x)
|
print_line(x)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user