From b9b08ee620859c084c71d1a7d37fa59271357174 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Fri, 17 Jan 2014 15:18:40 +0000 Subject: [PATCH] Fix missing dollar --- update-node-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-node-image.sh b/update-node-image.sh index 9515716..06969b1 100755 --- a/update-node-image.sh +++ b/update-node-image.sh @@ -48,9 +48,9 @@ mkdir -p /opt/xenapi-in-the-cloud dd of=/opt/xenapi-in-the-cloud/xenapi-in-rs.sh EOF cat xenapi-in-rs.sh -} | remote-bash root@IP +} | remote-bash root@$IP -remote-bash root@IP << EOF +remote-bash root@$IP << EOF bash /opt/xenapi-in-the-cloud/xenapi-in-rs.sh $XENSERVER_PASSWORD $APPLIANCE_URL EOF