fixed foundry early exit

This commit is contained in:
Snogard 2023-12-08 19:42:07 +01:00
parent 5895bf2ee9
commit 4dde224f7f

View File

@ -22,6 +22,7 @@ fi
if [[ "$hostname" == "example.com" ]]; then
echo "ERROR: you must set the domain foundry will run on."
echo "Please set the 'hostname' variable in '/etc/kaido/containers/$containerName/envs.sh'"
exit 1
fi