Don't bother erroring out if the rsync fails

Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Derek Straka
2017-11-03 11:47:26 -04:00
parent 6965038dee
commit ab57e94e2c
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -x
if [[ $# -lt 1 ]]; then
echo "No Yocto branch specified, defaulting to master"