mirror of https://github.com/k3s-io/k3s
removed debugging code
parent
163844cb13
commit
f47e404125
|
@ -20,15 +20,6 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
if [ ! -z "$WHAT" ]; then #ccheck not empty
|
|
||||||
for pkg in ${WHAT}
|
|
||||||
do
|
|
||||||
echo ${pkg}
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
|
|
||||||
# Set locale to ensure english responses from kubectl commands
|
# Set locale to ensure english responses from kubectl commands
|
||||||
export LANG=C
|
export LANG=C
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue