mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +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
|
||||
done
|
||||
|
||||
until wget -qO /dev/null files/philomena; do
|
||||
until wget -qO /dev/null --spider files/philomena; do
|
||||
echo -n "."
|
||||
sleep 2
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue