From a9afdd9a11b8dea21513874ec3d022138a4328ba Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Mon, 22 Apr 2024 09:35:14 +0530 Subject: [PATCH] [feat]: print appsmith info details in startup (#32549) Fixes: [21899](https://github.com/appsmithorg/appsmith/issues/21899) --- deploy/docker/fs/opt/appsmith/entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh index fa4baec6a6..9caab57e08 100644 --- a/deploy/docker/fs/opt/appsmith/entrypoint.sh +++ b/deploy/docker/fs/opt/appsmith/entrypoint.sh @@ -458,7 +458,12 @@ function setup_auto_heal(){ fi } +print_appsmith_info(){ + tr '\n' ' ' < /opt/appsmith/info.json +} + # Main Section +print_appsmith_info init_loading_pages init_env_file setup_proxy_variables