This commit is contained in:
Евгений Храмов 2023-05-29 22:10:40 +03:00
parent 8d48beafd1
commit 4638c97a7c

@ -802,7 +802,7 @@ def start_stop(action, g, m):
for i in name_servers:
if action == "stop" or action == "restart":
print(action)
print_line(i)
print_line(i, flag="CYAN")
rcon_local(i, "SaveWorld")
data = read_yaml(i, g="ark", flag=True)
x = os.system(f"systemctl --user {action} ark_{data['SessionName'].lower()}.service")