Skip to content

Commit bd637a3

Browse files
committed
curl call change
1 parent 736a9a7 commit bd637a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/admin/packages/install-package-stylesheet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "$install_status" | grep -q "$STATUS_SEE_OTHER"
2626
docker compose exec -T linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
2727

2828
# 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
29+
docker compose exec -T nginx curl -s http://linkeddatahub:7070/static/com/linkeddatahub/packages/skos/layout.xsl
3030

3131
# verify package stylesheet was installed (should return 200)
3232
echo "### STEP 3: Verifying package stylesheet exists"

0 commit comments

Comments
 (0)