mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +03:00
fix reboot error
This commit is contained in:
parent
9cd416505d
commit
631b5a69b0
@ -177,7 +177,7 @@ def create_autogit_systemd(c):
|
||||
|
||||
|
||||
def reboot(c):
|
||||
c.run("reboot > /dev/null 2>&1 || true")
|
||||
c.run("reboot > /dev/null 2>&1", warn=True)
|
||||
|
||||
def git_clone(c):
|
||||
c.run(f'mkdir -p /mnt/data/{args.source_hostname}_etc ', hide=True)
|
||||
|
Loading…
Reference in New Issue
Block a user