We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cb2d5 commit 1779ba7Copy full SHA for 1779ba7
docker/docker-entrypoint.sh
@@ -80,15 +80,6 @@ END
80
echo "💡 Superuser Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}"
81
fi
82
83
-# Print warning if startup scripts (and initializers) would've been run # Remove for next release
84
-if [ "$SKIP_STARTUP_SCRIPTS" == "true" ]; then
85
- # Nothing to do
86
- echo "" # Empty block not allowed
87
-else
88
- echo "⚠️⚠️⚠️ WARNING: The initializers have been moved to a plugin. See release notes."
89
- echo "⚠️⚠️⚠️ Set environment variable 'SKIP_STARTUP_SCRIPTS' to 'true' to remove this warning."
90
-fi
91
-
92
echo "✅ Initialisation is done."
93
94
# Launch whatever is passed by docker
0 commit comments