diff --git a/tests/end2end_tests/entrypoints/sshrvd_entrypoint.sh b/tests/end2end_tests/entrypoints/sshrvd_entrypoint.sh index c41a11bc8..a2c850897 100644 --- a/tests/end2end_tests/entrypoints/sshrvd_entrypoint.sh +++ b/tests/end2end_tests/entrypoints/sshrvd_entrypoint.sh @@ -1,2 +1,2 @@ #!/bin/bash -"$HOME"/.local/bin/sshrvd -a @sshrvdatsign -i "$(hostname -i)" -v -s 2>&1 | tee -a sshrvd.log +"$HOME"/.local/bin/sshrvd -a @sshrvdatsign -i "$(hostname -i)" -v -s &> sshrvd.log