From 30d199bad010887e3e0dd8f60eac645eb055d733 Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Mon, 11 Mar 2024 11:40:42 +0100 Subject: [PATCH] message --- setup-kubetools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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