This commit is contained in:
sandervanvugt 2024-03-11 11:40:42 +01:00
parent d87882a325
commit 30d199bad0

View File

@ -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