[feat]: print appsmith info details in startup (#32549)

Fixes: [21899](https://github.com/appsmithorg/appsmith/issues/21899)
This commit is contained in:
Goutham Pratapa 2024-04-22 09:35:14 +05:30 committed by GitHub
parent 78883c9336
commit a9afdd9a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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