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)
|
# print(x.text)
|
||||||
# except:
|
# except:
|
||||||
# pass
|
# pass
|
||||||
|
|
||||||
if _SSH_TEST:
|
if _SSH_TEST:
|
||||||
user = "root"
|
user = "root"
|
||||||
cmnd = "ls -la"
|
cmnd = "ls -la"
|
||||||
@ -745,4 +746,4 @@ if _SSH_TEST:
|
|||||||
print(line, end="")
|
print(line, end="")
|
||||||
for line in iter(ssh_stderr.readline, ""):
|
for line in iter(ssh_stderr.readline, ""):
|
||||||
logger.info(line)
|
logger.info(line)
|
||||||
ssh.close()
|
ssh.close()
|
Reference in New Issue
Block a user