mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-12-26 20:21:00 +03:00
prevent commit on update
This commit is contained in:
parent
b0176804dc
commit
da40bde277
@ -254,6 +254,7 @@ def check_vestasync_installed(c):
|
|||||||
|
|
||||||
def device_update(c):
|
def device_update(c):
|
||||||
print("Found vestasync! Update...")
|
print("Found vestasync! Update...")
|
||||||
|
c.run(f'systemctl disable pushgit_inotify.service', warn=True)
|
||||||
copy_wb_rule(c)
|
copy_wb_rule(c)
|
||||||
create_automac_systemd(c)
|
create_automac_systemd(c)
|
||||||
create_autogit_systemd(c)
|
create_autogit_systemd(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user