Skip to content

Commit

Permalink
[build/sysv] fix missing env variable rename (#73977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Jul 31, 2020
1 parent 1f2c015 commit d9efd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pidfile="/var/run/kibana/$name.pid"
[ -r /etc/default/$name ] && . /etc/default/$name
[ -r /etc/sysconfig/$name ] && . /etc/sysconfig/$name

export KIBANA_PATH_CONF
export KBN_PATH_CONF
export NODE_OPTIONS

[ -z "$nice" ] && nice=0
Expand Down

0 comments on commit d9efd26

Please sign in to comment.