Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 0843987

Browse files
committed
Fix prod deploy
1 parent c9d5670 commit 0843987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docker/run-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if [ "$AP_ENV" = "prod" ]
55
then
6-
java -Dnewrelic.environment=$AP_ENV -javaagent:$NEWRELIC_JAR -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
6+
java -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
77
else
88
java -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
99
fi

0 commit comments

Comments
 (0)