summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-extractimage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
index ba210e4..09781e6 100644
--- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
@@ -30,6 +30,7 @@ start_extract_uzip_tar()
case ${PACKAGETYPE} in
cpdup) cpdup -vvv -I -o ${INSFILE} ${FSMNT}/${INSFILE} >&1 2>&1
if [ "$?" != "0" ]
+ then
echo "CPDUP failure occured:" >>${LOGOUT}
exit_err "ERROR: Error occured during cpdup"
fi
OpenPOWER on IntegriCloud