Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
fix shellcheck errors
Browse files Browse the repository at this point in the history
Signed-off-by: rimas <rmocius@gmail.com>
  • Loading branch information
rimusz committed Sep 19, 2019
1 parent 291510e commit 2d50917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/tiller.patch

This file was deleted.

1 change: 1 addition & 0 deletions scripts/tiller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ start_tiller() {
PROBE_LISTEN_FLAG="--probe-listen=127.0.0.1:${HELM_TILLER_PROBE_PORT}"
# check if we have a version that supports the --probe-listen flag
./bin/tiller --help 2>&1 | grep probe-listen > /dev/null || PROBE_LISTEN_FLAG=""
# shellcheck disable=SC2188
( ./bin/tiller --storage=${HELM_TILLER_STORAGE} --listen=127.0.0.1:${HELM_TILLER_PORT} ${PROBE_LISTEN_FLAG} --history-max=${HELM_TILLER_HISTORY_MAX} & 2>"${HELM_TILLER_LOGS_DIR}")
if [[ "${HELM_TILLER_SILENT}" == "false" ]]; then
echo "Tiller namespace: $TILLER_NAMESPACE"
Expand Down

0 comments on commit 2d50917

Please sign in to comment.