This commit is contained in:
2025-05-05 18:32:42 +02:00
parent 0365c5e4e2
commit a414a04bd0

View File

@ -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()