Skip to content

Commit 38c6bec

Browse files
committed
fix: change hocon path to working binary
1 parent 93eb964 commit 38c6bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openvoxserver/docker-entrypoint.d/55-set-masterport.sh

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

55
hocon() {
6-
/usr/bin/hocon "$@"
6+
/opt/puppetlabs/puppet/lib/ruby/vendor_gems/bin/hocon "$@"
77
}
88

99
if test -n "$OPENVOXSERVER_PORT"; then

openvoxserver/docker-entrypoint.d/90-ca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ca_running() {
88
}
99

1010
hocon() {
11-
/usr/bin/hocon "$@"
11+
/opt/puppetlabs/puppet/lib/ruby/vendor_gems/bin/hocon "$@"
1212
}
1313

1414
if [[ "$CA_ENABLED" != "true" ]]; then

0 commit comments

Comments
 (0)