This commit is contained in:
Oleg Sheynin 2025-05-18 19:40:08 -04:00
parent e23ddd5e44
commit 19c7313326
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.1.7,docker prepare sim - crypto - progress
2.1.8,docker prepare sim - crypto - progress

View File

@ -29,7 +29,7 @@ SourceFilePath="${SourceDir}/${SourceFile}"
Cmd="rsync -ahv"
Cmd+=" -e 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'"
Cmd+=" ${SOURCE_HOST}:${SourceFile}"
Cmd+=" ${SOURCE_HOST}:${SourceFilePath}"
Cmd+=" $OUTPUT_DIR/"
echo ${Cmd}
eval ${Cmd}