From da40bde27772093f14064006b51aec5626ee6672 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Tue, 18 Apr 2023 01:51:32 +0700 Subject: [PATCH] prevent commit on update --- vestasync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vestasync.py b/vestasync.py index 4228e47..bc01b2a 100755 --- a/vestasync.py +++ b/vestasync.py @@ -254,6 +254,7 @@ def check_vestasync_installed(c): def device_update(c): print("Found vestasync! Update...") + c.run(f'systemctl disable pushgit_inotify.service', warn=True) copy_wb_rule(c) create_automac_systemd(c) create_autogit_systemd(c)