fix publish_file bug attempt 2

Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I7ffa29c96919e872ec555594563c2c038f6ccf3e
This commit is contained in:
Scott Little 2022-10-31 14:36:16 -04:00
parent c44be53151
commit 0cfb68ce1d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ publish_file() {
fi
done
}
check_pipe_status || exit 1
[ $? -eq 0 ] || exit 1
)
check_pipe_status || exit 1