Skip to content

Commit

Permalink
file-server: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent e9384fc commit 2255457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/file-server/entrypoint.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

# Change directory to script
cd "$(dirname "${BASH_SOURCE[0]}")"/..
cd "$(dirname "${BASH_SOURCE[0]}")"

# Run the file server
ndn6-file-server {{ default_prefix }}/file-server $(pwd)
ndn6-file-server {{ default_prefix }}/file-server $(pwd)/

0 comments on commit 2255457

Please sign in to comment.