Skip to content

Commit

Permalink
use bash to exec (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweis89 authored Aug 12, 2022
1 parent ed41474 commit c2dd80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ then
kubectl-exec)
# setup kubeconfig and execute supplied command
rancher_get_kubeconfig
exec "$@"
exec /bin/bash -c "$@"
;;
*)
error_exit "Command ${INPUT_ACTION} not recognized"
Expand Down

0 comments on commit c2dd80a

Please sign in to comment.