From 89e47a070a6bb0b73fdd8ef59c25d9f7eecd4b0a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 May 2010 00:46:16 -0400 Subject: Add missing then --- PCBSD/pc-sysinstall/backend/functions-extractimage.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'PCBSD') 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 -- cgit v1.1