We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736a9a7 commit bd637a3Copy full SHA for bd637a3
http-tests/admin/packages/install-package-stylesheet.sh
@@ -26,7 +26,7 @@ echo "$install_status" | grep -q "$STATUS_SEE_OTHER"
26
docker compose exec -T linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
27
28
# Make internal request from nginx to Tomcat to warm up static file cache
29
-docker compose exec -T nginx curl -s -o /dev/null http://linkeddatahub:7070/static/com/linkeddatahub/packages/skos/layout.xsl
+docker compose exec -T nginx curl -s http://linkeddatahub:7070/static/com/linkeddatahub/packages/skos/layout.xsl
30
31
# verify package stylesheet was installed (should return 200)
32
echo "### STEP 3: Verifying package stylesheet exists"
0 commit comments