port similar as we have in community-edition:
https://github.com/zebrunner/community-edition/blob/4da81d92955d62c6c7a7d3b14d58de4148929edb/zebrunner.sh#L199C26-L199C26
make sure not to show start services suggestion if setup is organized by community-edition parent process using ZBR_INSTALLER env var:
|
if [[ $ZBR_INSTALLER -eq 1 ]]; then |
port similar as we have in community-edition:
https://github.com/zebrunner/community-edition/blob/4da81d92955d62c6c7a7d3b14d58de4148929edb/zebrunner.sh#L199C26-L199C26
make sure not to show start services suggestion if setup is organized by community-edition parent process using ZBR_INSTALLER env var:
mcloud/zebrunner.sh
Line 10 in c1cfcf2