start.sh: fallback AUTH_HOST
This commit is contained in:
parent
93142a00dd
commit
4c1b316675
1 changed files with 5 additions and 0 deletions
5
start.sh
5
start.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue