diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-17 17:05:53 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-10-17 17:06:07 +0100 |
commit | 182e3b080b6e0f9cf7c1c9df31d22baef5f12456 (patch) | |
tree | 908b1907f9862591507f03efe88d9d413060f044 /xci/scripts | |
parent | 52fea9ecfc8cf0e81185b3f53f3d9d4d2ab98c9c (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci/scripts')
-rwxr-xr-x | xci/scripts/vm/start-new-vm.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" \ |