Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Nov 14, 2019
1 parent 1a017f2 commit d62b900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![License](https://img.shields.io/badge/License-Apache%202.0-red)
![Dockerized](https://img.shields.io/badge/Dockerized-yes-brightgreen)
![Version](https://img.shields.io/badge/Version-v1.4-yellow)
![Version](https://img.shields.io/badge/Version-v1.5-yellow)
[![Docker Pulls](https://img.shields.io/docker/pulls/webkubectl/webkubectl.svg)](https://hub.docker.com/r/webkubectl/webkubectl)
![HitCount](http://hits.dwyl.io/webkubectl/webkubectl.svg)

Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![License](https://img.shields.io/badge/License-Apache%202.0-red)
![Dockerized](https://img.shields.io/badge/Dockerized-yes-brightgreen)
![Version](https://img.shields.io/badge/Version-v1.4-yellow)
![Version](https://img.shields.io/badge/Version-v1.5-yellow)
[![Docker Pulls](https://img.shields.io/docker/pulls/webkubectl/webkubectl.svg)](https://hub.docker.com/r/webkubectl/webkubectl)
![HitCount](http://hits.dwyl.io/webkubectl/webkubectl.svg)

Expand Down
2 changes: 2 additions & 0 deletions init-kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ if [ "${WELCOME_BANNER}" ]; then
echo ${WELCOME_BANNER}
fi

export TMPDIR=/nonexistent

exec su -s /bin/bash nobody

0 comments on commit d62b900

Please sign in to comment.