fix: Repair RepresentationConvertingStore config.

Fixes https://github.com/solid/community-server/issues/348
This commit is contained in:
Ruben Verborgh
2020-11-24 23:11:52 +01:00
parent ec0052e3ec
commit de16af2104
3 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ if [ -z $PID ]; then
else
for i in {1..10}; do
sleep 1
if curl -s localhost:8888; then
if curl -s -f localhost:8888; then
echo "Server reached"
FAILURE=0
break