X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-adapters%2Fappc-rest-healthcheck-adapter%2Fappc-rest-healthcheck-adapter-installer%2Fsrc%2Fmain%2Fresources%2Fscripts%2Finstall-feature.sh;h=c4cdb67eefaf8d2212a5c02cc58c1aa9f557cb03;hb=9c74c5729c9a52268342e583d6493bb19df80aa6;hp=6402f6c321b325b3bcaaba329bd544aac8038449;hpb=701d10c208c24c72e67ac7e555520c6127e0698f;p=appc.git diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/src/main/resources/scripts/install-feature.sh b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/src/main/resources/scripts/install-feature.sh index 6402f6c32..c4cdb67ee 100755 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/src/main/resources/scripts/install-feature.sh +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/src/main/resources/scripts/install-feature.sh @@ -36,5 +36,6 @@ then fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}"