From 1d6b70dda32e012e4e9b16f0b24df6c6747a59f7 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 26 Jul 2024 18:53:39 +0200 Subject: [PATCH] nice symbols --- backend/scripts/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/scripts/entrypoint.sh b/backend/scripts/entrypoint.sh index ff75afc..b03a1ac 100755 --- a/backend/scripts/entrypoint.sh +++ b/backend/scripts/entrypoint.sh @@ -3,10 +3,10 @@ set -e echo "▶️ Plone OCI-Image entrypoint entered" -echo "⚙️ fetch configuration from environment" +echo "🔀 get settings from environment variables" /venv/bin/python /site/deployment/transform_from_environment.py -o $ZOPE_CONFIGURATION_FILE -echo "⚙ generate instance from configuration" +echo "🔧 generate Plone (Zope) instance configuration" make zope-instance if [[ "$1" == "start" ]]; then