diff options
Diffstat (limited to 'jjb/pre-fetch/include-rsync-prefetch.sh')
-rw-r--r-- | jjb/pre-fetch/include-rsync-prefetch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/pre-fetch/include-rsync-prefetch.sh b/jjb/pre-fetch/include-rsync-prefetch.sh index 7da13434..6269c39d 100644 --- a/jjb/pre-fetch/include-rsync-prefetch.sh +++ b/jjb/pre-fetch/include-rsync-prefetch.sh @@ -8,6 +8,6 @@ set -e export RSYNCSRC="$(pwd)/mirror/" export RSYNCDST="jenkins-slave@10.30.72.8:/srv/download/AGL/mirror/" -echo " rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST " +rsync -avr -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC $RSYNCDST exit 0
\ No newline at end of file |