mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Repair RepresentationConvertingStore config.
Fixes https://github.com/solid/community-server/issues/348
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user