Skip to content

Commit 598cbe5

Browse files
committed
fix: copy ttl configuration file instead of n-triples
1 parent bec5592 commit 598cbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launch-sparql-parser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
mkdir -p /config
4-
cp /config/*.{lisp,nt} /app/config/
4+
cp /config/*.{lisp,ttl} /app/config/
55

66
exec /usr/src/startup.sh

0 commit comments

Comments
 (0)