diff --git a/vestasync.py b/vestasync.py index d0d7bda..4228e47 100755 --- a/vestasync.py +++ b/vestasync.py @@ -165,7 +165,7 @@ def create_autogit_systemd(c): #check statuses - for service in ['pushgit.timer', 'pushgit_inotify.service', 'pushgit.service']: + for service in ['pushgit.timer', 'pushgit_inotify.service']: active = c.run(f'systemctl is-active {service} || true', hide=True).stdout.strip() enabled = c.run(f'systemctl is-enabled {service} || true', hide=True).stdout.strip() print(f"{service}: {active}, {enabled}")