diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lvc_retreive_artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lvc_retreive_artifacts.sh b/bin/lvc_retreive_artifacts.sh index 4ec30577..146558b6 100755 --- a/bin/lvc_retreive_artifacts.sh +++ b/bin/lvc_retreive_artifacts.sh @@ -9,6 +9,6 @@ common_init "$@" # main echo "$(date -u) - Starting to rsync results." -rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_HOST:$TRIG_RESULTS/ $TRIG_RESULTS/ -chmod 775 $RESULTS +rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_NODE:$TRIG_RESULTS/ /$TRIG_RESULTS/ +chmod 775 $TRIG_RESULTS echo "$(date -u) - the end." |