mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Change file query to HEAD
This commit is contained in:
parent
3ee8179cc8
commit
4e7b9016bc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ until wget -qO - elasticsearch:9200; do
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
until wget -qO /dev/null files/philomena; do
|
until wget -qO /dev/null --spider files/philomena; do
|
||||||
echo -n "."
|
echo -n "."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue