diff options
Diffstat (limited to 'scripts/poky-autobuild-postprocess')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index 9edc52561a..d9ba72d14d 100755 --- a/scripts/poky-autobuild-postprocess +++ b/scripts/poky-autobuild-postprocess | |||
@@ -119,5 +119,5 @@ done | |||
119 | if [ -e ./images-complete ]; then | 119 | if [ -e ./images-complete ]; then |
120 | touch $DEST/complete | 120 | touch $DEST/complete |
121 | fi | 121 | fi |
122 | chmod a+w -R $DEST | 122 | chmod a+w -R $DEST || true |
123 | 123 | ||