checks backups: remove debug output

This commit is contained in:
lassulus 2023-12-18 23:39:54 +01:00
parent a4075510c8
commit bbc55743a6

View File

@ -101,7 +101,7 @@ in
)
client.succeed("chmod 600 /root/.ssh/id_ed25519")
client.wait_for_unit("sshd", timeout=30)
print(client.succeed("ssh -o StrictHostKeyChecking=accept-new -v root@client hostname"))
client.succeed("ssh -o StrictHostKeyChecking=accept-new root@client hostname")
# dummy data
client.succeed("mkdir /var/test-backups")