Update 2_container.sh (Fix typo)
Fix typo and spacing.
This commit is contained in:
parent
667bb5220d
commit
210abd9329
@ -16,7 +16,7 @@ containerCheck() {
|
|||||||
containerType="docker\n"
|
containerType="docker\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Are we inside kubenetes?
|
# Are we inside kubernetes?
|
||||||
if grep "/kubepod" /proc/1/cgroup -qa 2>/dev/null ||
|
if grep "/kubepod" /proc/1/cgroup -qa 2>/dev/null ||
|
||||||
grep -qai kubepods /proc/self/cgroup 2>/dev/null; then
|
grep -qai kubepods /proc/self/cgroup 2>/dev/null; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user