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:
parent
ec0052e3ec
commit
de16af2104
@ -34,13 +34,13 @@
|
||||
"RepresentationConvertingStore:_source": {
|
||||
"@id": "urn:solid-server:default:RoutingResourceStore"
|
||||
},
|
||||
"RepresentationConvertingStore:_outConverter": {
|
||||
"RepresentationConvertingStore:_options_outConverter": {
|
||||
"@id": "urn:solid-server:default:RepresentationConverter"
|
||||
},
|
||||
"RepresentationConvertingStore:_inConverter": {
|
||||
"RepresentationConvertingStore:_options_inConverter": {
|
||||
"@id": "urn:solid-server:default:RepresentationConverter"
|
||||
},
|
||||
"RepresentationConvertingStore:_inType": "text/turtle"
|
||||
"RepresentationConvertingStore:_options_inType": "text/turtle"
|
||||
},
|
||||
|
||||
{
|
||||
@ -49,7 +49,7 @@
|
||||
"RepresentationConvertingStore:_source": {
|
||||
"@id": "urn:solid-server:default:RoutingResourceStore"
|
||||
},
|
||||
"RepresentationConvertingStore:_outConverter": {
|
||||
"RepresentationConvertingStore:_options_outConverter": {
|
||||
"@id": "urn:solid-server:default:RepresentationConverter"
|
||||
}
|
||||
}
|
||||
|
@ -10,8 +10,8 @@
|
||||
"ExtensionBasedMapper:_rootFilepath": {
|
||||
"@id": "urn:solid-server:default:variable:rootFilePath"
|
||||
},
|
||||
"ExtensionBasedMapper:_acl": "text/turtle",
|
||||
"ExtensionBasedMapper:_meta": "text/turtle"
|
||||
"ExtensionBasedMapper:_overrideTypes_acl": "text/turtle",
|
||||
"ExtensionBasedMapper:_overrideTypes_meta": "text/turtle"
|
||||
},
|
||||
{
|
||||
"@id": "urn:solid-server:default:FileDataAccessor",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user