diff --git a/entrypoint.sh b/entrypoint.sh index 53cc76c..d3b7562 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 -O --stats \ -e "ssh -o StrictHostKeyChecking=no -i key" \ --port "$INPUT_PORT" \ "$INPUT_SOURCE" \