Skip to content

Commit 1779ba7

Browse files
committed
Removed warning for initializer scripts
1 parent 22cb2d5 commit 1779ba7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker/docker-entrypoint.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ END
8080
echo "💡 Superuser Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}"
8181
fi
8282

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-
9283
echo "✅ Initialisation is done."
9384

9485
# Launch whatever is passed by docker

0 commit comments

Comments
 (0)