Merge "[APPC] Fix APPC health check failure"
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 10 Feb 2020 21:06:33 +0000 (21:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 10 Feb 2020 21:06:33 +0000 (21:06 +0000)
kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh

index 14689d5..6aad591 100755 (executable)
@@ -54,7 +54,7 @@ ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
 SDNC_HOME=${SDNC_HOME:-/opt/onap/ccsdk}
 APPC_HOME=${APPC_HOME:-/opt/onap/appc}
 SLEEP_TIME=${SLEEP_TIME:-120}
-MYSQL_PASSWD=${MYSQL_ROOT_PASSWORDD}
+MYSQL_PASSWD=${MYSQL_ROOT_PASSWORD}
 ENABLE_ODL_CLUSTER=${ENABLE_ODL_CLUSTER:-false}
 ENABLE_AAF=${ENABLE_AAF:-true}
 DBINIT_DIR=${DBINIT_DIR:-/opt/opendaylight/current/daexim}