We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05d44c commit 3b7b8e3Copy full SHA for 3b7b8e3
kubectl-node_shell
@@ -74,7 +74,7 @@ while [ $# -gt 0 ]; do
74
shift
75
done
76
if [ "$custom" = true ]; then
77
- cmd="$(echo "$cmd" | awk '{sub(/..$/,"",$0); print $0}') ]"
+ cmd="$(echo "$cmd" | awk '1' RS=', \n') ]"
78
else
79
cmd="$cmd\"bash\", \"-l\" ]"
80
fi
0 commit comments