From 9733f66e78d4ad49e41b69abd3685246387bcf16 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 28 Sep 2024 15:33:35 -0700 Subject: [PATCH] removing random backslash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 79c4a95..53cc76c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ chmod 400 key # TODO: make sure we are not just blindly using StrictHostKeyChecking=no rsync \ - -a -v \ --stats \ + -a -v --stats \ -e "ssh -o StrictHostKeyChecking=no -i key" \ --port "$INPUT_PORT" \ "$INPUT_SOURCE" \