diff --git a/hlna.py b/hlna.py index fd5269c..44ce350 100755 --- a/hlna.py +++ b/hlna.py @@ -576,7 +576,6 @@ def switch(g, m, e): #добавить all print(f"Готов - {i}") start = "start" if e else "stop" enable = "enable" if e else "disable" - os.system(f"systemctl --user {start} ark_{i}") os.system(f"systemctl --user {enable} ark_{i}") else: print(f"Ошибка перемещения {i}")