Skip to content

Commit 4d3993c

Browse files
authored
Update sp-elasticsearch.conf
Fixed hardcoded ES version value
1 parent 4c260ea commit 4d3993c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitpod/sp-elasticsearch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:elasticsearch]
2-
command=/bin/bash -c "/home/gitpod/elasticsearch-7.9.3/bin/elasticsearch -p /home/gitpod/elasticsearch-7.9.3/pid -Ediscovery.type=single-node"
2+
command=/bin/bash -c "/home/gitpod/elasticsearch-$ELASTICSEARCH_VERSION/bin/elasticsearch -p /home/gitpod/elasticsearch-$ELASTICSEARCH_VERSION/pid -Ediscovery.type=single-node"
33
process_name=%(program_name)s
44
#priority=1001
55
autostart=true

0 commit comments

Comments
 (0)