Skip to content

Commit

Permalink
WHY backwards incompatibility was back ported from 23.10 to 23.3 and …
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Mar 6, 2024
1 parent 9a76462 commit 2b09d7d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -7,6 +7,8 @@
if [ $# -ne 0 ]; then
/entrypoint.sh "$@"
else
/docker-entrypoint-initdb.d/dynamic_settings.sh
for script in /docker-entrypoint-initdb.d/*.sh; do
$script
done
/entrypoint.sh
fi

0 comments on commit 2b09d7d

Please sign in to comment.