mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 15:48:33 +02:00
build
This commit is contained in:
@ -707,6 +707,7 @@ if _BACKUP:
|
||||
# print(x.text)
|
||||
# except:
|
||||
# pass
|
||||
|
||||
if _SSH_TEST:
|
||||
user = "root"
|
||||
cmnd = "ls -la"
|
||||
@ -745,4 +746,4 @@ if _SSH_TEST:
|
||||
print(line, end="")
|
||||
for line in iter(ssh_stderr.readline, ""):
|
||||
logger.info(line)
|
||||
ssh.close()
|
||||
ssh.close()
|
Reference in New Issue
Block a user