From bbc55743a681971cd6cf467f9fae2799f178d9f2 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 18 Dec 2023 23:39:54 +0100 Subject: [PATCH] checks backups: remove debug output --- checks/backups/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/backups/flake-module.nix b/checks/backups/flake-module.nix index 097327b34..ec0c27632 100644 --- a/checks/backups/flake-module.nix +++ b/checks/backups/flake-module.nix @@ -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")