We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a0f92 commit fc326f9Copy full SHA for fc326f9
docker-entrypoint.sh
@@ -14,7 +14,7 @@ then
14
fi
15
16
# Create search index if not exists
17
-if [ -z "$(ls -A /app/indexdir)" ]
+if [ -z "$(ls -A /app/indexdir/*.db)" ]
18
then
19
python3 -m gramps_webapi --config /app/config/config.cfg search index-full
20
0 commit comments