Check status of final tar/compress package creation for final status (FS#3382)
This commit is contained in:
parent
f8b4b5257e
commit
5a48e4f1b6
1 changed files with 5 additions and 0 deletions
|
@ -880,6 +880,11 @@ else
|
|||
fi
|
||||
$cmd | sort >../filelist
|
||||
|
||||
if [ ${PIPESTATUS[0]} -gt 0 ]; then
|
||||
error "Failed to create package file."
|
||||
exit ${PIPESTATUS[0]}
|
||||
fi
|
||||
|
||||
cd $startdir
|
||||
if [ "$CLEANUP" = "1" ]; then
|
||||
msg "Cleaning up..."
|
||||
|
|
Loading…
Add table
Reference in a new issue