Skip to content

Commit

Permalink
Update docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Jul 28, 2024
1 parent 20a0f92 commit fc326f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
fi

# Create search index if not exists
if [ -z "$(ls -A /app/indexdir)" ]
if [ -z "$(ls -A /app/indexdir/*.db)" ]
then
python3 -m gramps_webapi --config /app/config/config.cfg search index-full
fi
Expand Down

0 comments on commit fc326f9

Please sign in to comment.