diff --git a/setup-kubetools.sh b/setup-kubetools.sh index 3ecf031..0d9fc18 100755 --- a/setup-kubetools.sh +++ b/setup-kubetools.sh @@ -11,7 +11,7 @@ then exit 3 fi -if [ -z /tmp/container.txt ] +if ! [ -f /tmp/container.txt ] then echo run ./setup-containers.sh before running this script exit 4