start.sh: fallback AUTH_HOST

This commit is contained in:
Marco Cawthorne 2025-02-11 01:18:36 -08:00
parent 93142a00dd
commit 4c1b316675
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -5,6 +5,11 @@ then
rm -rf ./pkgs
fi
if [ -z "$AUTH_HOST" ]
then
export AUTH_HOST=eukara
fi
find ./ -type f -print | grep \\.decl | sort > tmplist1
cat tmplist1