Update install-feature for pre-install
[appc.git] / appc-dg-util / appc-dg-util-installer / src / main / resources / scripts / install-feature.sh
index e4685c9..8369101 100755 (executable)
@@ -33,9 +33,7 @@ REPOZIP=${INSTALLERDIR}/${features.boot}-${project.version}.zip
 if [ -f ${REPOZIP} ]
 then
        unzip -n -d ${ODL_HOME} ${REPOZIP}
-else
-       echo "ERROR : repo zip ($REPOZIP) not found"
-       exit 1
+
 fi
 
 COUNT=0