From: Markos Chandras Date: Tue, 17 Oct 2017 16:05:53 +0000 (+0100) Subject: xci: scripts: start-new-vm.sh: Remove empty line X-Git-Tag: 6.0.0~256 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=182e3b080b6e0f9cf7c1c9df31d22baef5f12456;p=releng-xci.git xci: scripts: start-new-vm.sh: Remove empty line The empty line is wrong and it may cause some issues so drop it. Change-Id: I4120e00df1dd9b7061dc1175e0ea6db8e0a9df88 Signed-off-by: Markos Chandras --- diff --git a/xci/scripts/vm/start-new-vm.sh b/xci/scripts/vm/start-new-vm.sh index 7558dcb6..a6942746 100755 --- a/xci/scripts/vm/start-new-vm.sh +++ b/xci/scripts/vm/start-new-vm.sh @@ -303,7 +303,6 @@ EOF # Need to copy releng-xci to the vm so we can execute stuff do_copy() { rsync -a \ - --exclude "${VM_NAME}*" \ --exclude "${OS}*" \ --exclude "build.log" \