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

Commit

Permalink
Merge pull request #55 from isen-ng/patch-1
Browse files Browse the repository at this point in the history
Use the -9 kill signal with pkill
  • Loading branch information
rimusz authored Sep 11, 2019
2 parents e84b8f4 + 6be4d04 commit 6a4c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ stop_tiller() {
if [[ "${HELM_TILLER_SILENT}" == "false" ]]; then
echo "Stopping Tiller..."
fi
pkill -f ./bin/tiller
pkill -9 -f ./bin/tiller
}
COMMAND=$1
Expand Down

0 comments on commit 6a4c09a

Please sign in to comment.