Skip to content

Commit

Permalink
Tweak entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 2, 2024
1 parent 721ad71 commit 8f2a53d
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 @@ -600,7 +600,7 @@ _main() {
if [ "${UPGRADE_PERFORMED}" -eq 1 ]; then
# Automatically reindex the databases (if requested)
SCRIPT_OPTIONS=""
if [ "${PGAUTO_REINDEX}" = "yes" ]; then
if [ "x${PGAUTO_REINDEX}" = "xyes" ]; then
SCRIPT_OPTIONS="reindex"
fi

Expand Down

0 comments on commit 8f2a53d

Please sign in to comment.