chore: update bin/emqx
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
87aeead653
commit
0834bc52d4
2
bin/emqx
2
bin/emqx
|
@ -411,7 +411,7 @@ generate_config() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Call bootstrap for daemon commands like start/stop/console
|
# Call bootstrapd for daemon commands like start/stop/console
|
||||||
bootstrapd() {
|
bootstrapd() {
|
||||||
if [ -e "$RUNNER_DATA_DIR/.erlang.cookie" ]; then
|
if [ -e "$RUNNER_DATA_DIR/.erlang.cookie" ]; then
|
||||||
chown "$RUNNER_USER" "$RUNNER_DATA_DIR"/.erlang.cookie
|
chown "$RUNNER_USER" "$RUNNER_DATA_DIR"/.erlang.cookie
|
||||||
|
|
Loading…
Reference in New Issue