removing random backslash

This commit is contained in:
shockrah 2024-09-28 15:33:35 -07:00
parent 731c33a2e9
commit 9733f66e78

View File

@ -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" \