[feat]: print appsmith info details in startup (#32549)
Fixes: [21899](https://github.com/appsmithorg/appsmith/issues/21899)
This commit is contained in:
parent
78883c9336
commit
a9afdd9a11
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user