Don't bother erroring out if the rsync fails
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
#!/bin/bash -x
|
||||
|
||||
if [[ $# -lt 1 ]]; then
|
||||
echo "No Yocto branch specified, defaulting to master"
|
||||
|
||||
Reference in New Issue
Block a user