Fix restapi-call-node install
[ccsdk/sli/plugins.git] / restapi-call-node / installer / src / main / resources / scripts / install-feature.sh
index cee4a49..6e3d416 100644 (file)
@@ -29,7 +29,7 @@ REPOZIP=${INSTALLERDIR}/${features.boot}-${project.version}.zip
 
 if [ -f ${REPOZIP} ]
 then
-       unzip -d ${ODL_HOME} ${REPOZIP}
+       unzip -nd ${ODL_HOME} ${REPOZIP}
 else
        echo "ERROR : repo zip ($REPOZIP) not found"
        exit 1