Skip to content

Commit

Permalink
using bash for the shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshakhp committed Jul 17, 2018
1 parent d058617 commit 4f6c400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "helmez"
version: "0.1.2"
version: "0.1.3"
usage: "Integrate helmez tools with Helm"
description: |-
This plugin provides helmez services to Helm.
ignoreFlags: false
useTunnel: false
command: "sh -c $HELM_PLUGIN_DIR/run.sh"
command: "/bin/bash $HELM_PLUGIN_DIR/run.sh"
3 changes: 2 additions & 1 deletion plugin/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#!/bin/bash

chmod +x $HELM_PLUGIN_DIR/helmez.bin
$HELM_PLUGIN_DIR/helmez.bin

0 comments on commit 4f6c400

Please sign in to comment.