mirror of
https://github.com/vvzvlad/vestasync.git
synced 2025-08-21 12:37:53 +03:00
fix reboot error
This commit is contained in:
@ -177,7 +177,7 @@ def create_autogit_systemd(c):
|
|||||||
|
|
||||||
|
|
||||||
def reboot(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):
|
def git_clone(c):
|
||||||
c.run(f'mkdir -p /mnt/data/{args.source_hostname}_etc ', hide=True)
|
c.run(f'mkdir -p /mnt/data/{args.source_hostname}_etc ', hide=True)
|
||||||
|
Reference in New Issue
Block a user