File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <artifactId >blobs-agent-server</artifactId >
5353 <version >${blobs.version} </version >
5454 </dependency >
55+ <!-- grpc -->
56+ <dependency >
57+ <groupId >io.grpc</groupId >
58+ <artifactId >grpc-services</artifactId >
59+ <version >${grpc.version} </version >
60+ </dependency >
5561 </dependencies >
5662
5763 <properties >
Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ JAVA_OPTS="${JAVA_OPTS} \
1212-Dapplication.name=${APP_NAME} \
1313-Dapplication.home=${APP_HOME} "
1414
15-
1615if [ -z " ${HAYSTACK_AGENT_CONFIG_FILE_PATH} " ]; then
17- exec java ${JAVA_OPTS} -jar " ${APP_HOME} /${APP_NAME} .jar --config-provider file --file-path /app/bin/default.conf"
16+ exec java ${JAVA_OPTS} -jar " ${APP_HOME} /${APP_NAME} .jar" --config-provider file --file-path /app/bin/default.conf
1817else
19- exec java ${JAVA_OPTS} -jar " ${APP_HOME} /${APP_NAME} .jar --config-provider file --file-path ${HAYSTACK_AGENT_CONFIG_FILE_PATH} "
20- fi
18+ exec java ${JAVA_OPTS} -jar " ${APP_HOME} /${APP_NAME} .jar" --config-provider file --file-path ${HAYSTACK_AGENT_CONFIG_FILE_PATH}
19+ fi
You can’t perform that action at this time.
0 commit comments