mirror of https://github.com/k3s-io/k3s
Fix shellcheck lint errors in cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
update pull request update pull request update pull request update pull request update pull requestpull/564/head
parent
07a5488b2a
commit
053332ad46
|
@ -20,4 +20,8 @@
|
|||
# For systems without journald
|
||||
mkdir -p /var/log/journal
|
||||
|
||||
# Use exec to get the signal
|
||||
# A non-quoted string and add the comment to prevent shellcheck failures on this line.
|
||||
# See https://github.com/koalaman/shellcheck/wiki/SC2086
|
||||
# shellcheck disable=SC2086
|
||||
exec /usr/local/bin/fluentd $FLUENTD_ARGS
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
./build/lib/release.sh
|
||||
./cluster/addons/addon-manager/kube-addons.sh
|
||||
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
|
||||
./cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
|
||||
./cluster/clientbin.sh
|
||||
./cluster/common.sh
|
||||
./cluster/gce/config-common.sh
|
||||
|
|
Loading…
Reference in New Issue