mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +03:00
fix hostname bug
This commit is contained in:
parent
22ac660738
commit
a714118f63
@ -336,7 +336,7 @@ def device_restore():
|
||||
run_user_cmd(c, args.user_cmd_file)
|
||||
ppush_the_repo(c)
|
||||
reboot(c)
|
||||
print(f"Restore backup complete (hostname {hostname}), rebooting target device..\n")
|
||||
print(f"Restore backup complete (hostname {args.source_hostname}), rebooting target device..\n")
|
||||
except socket.timeout:
|
||||
print(f"Failed to connect to the host {device_ip}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user