From 15ee8c77a0f539d07facdba3c2b280f5e411a970 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 12 Nov 2022 17:32:57 +0000 Subject: [PATCH] kiwix: specify path to library.xml, not dirpath --- images/kiwix/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/kiwix/run.sh b/images/kiwix/run.sh index 1745d31..60df349 100755 --- a/images/kiwix/run.sh +++ b/images/kiwix/run.sh @@ -18,7 +18,7 @@ echo ">>> Starting kiwix"; case "${mode}" in serve ) echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data"; - /app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/data; + /app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/dat/library.xml; ;; * ) echo ">>> kiwix-serve $*";