Skip to content

Commit

Permalink
Print environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Oct 23, 2019
1 parent 2da3dd8 commit 087ce02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start-webkubectl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo KUBECTL_INSECURE_SKIP_TLS_VERIFY=${KUBECTL_INSECURE_SKIP_TLS_VERIFY}
echo "Environment variables:"
env

echo "export TERM=xterm" >> /root/.bashrc
echo "source /usr/share/bash-completion/bash_completion" >> /root/.bashrc
Expand Down

0 comments on commit 087ce02

Please sign in to comment.