Skip to content

Commit fc326f9

Browse files
committed
Update docker entrypoint
1 parent 20a0f92 commit fc326f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414
fi
1515

1616
# Create search index if not exists
17-
if [ -z "$(ls -A /app/indexdir)" ]
17+
if [ -z "$(ls -A /app/indexdir/*.db)" ]
1818
then
1919
python3 -m gramps_webapi --config /app/config/config.cfg search index-full
2020
fi

0 commit comments

Comments
 (0)