From 8fedb4c47aebe34804d64233ca0abd81975117f9 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 27 Jun 2016 15:03:48 +0200 Subject: lvc: try another way of getting two parameters for the trigger Signed-off-by: Holger Levsen --- bin/lvc_retreive_artifacts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/lvc_retreive_artifacts.sh') 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." -- cgit v1.2.3-70-g09d2