typo
This commit is contained in:
parent
15ee8c77a0
commit
dd1f9febfc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo ">>> Starting kiwix";
|
||||||
case "${mode}" in
|
case "${mode}" in
|
||||||
serve )
|
serve )
|
||||||
echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data";
|
echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data";
|
||||||
/app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/dat/library.xml;
|
/app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/data/library.xml;
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo ">>> kiwix-serve $*";
|
echo ">>> kiwix-serve $*";
|
||||||
|
|
Loading…
Reference in a new issue