12 lines
265 B
Bash
12 lines
265 B
Bash
#!/bin/bash
|
|
|
|
/opt/01_precreate_folders.sh
|
|
/opt/02_generate_certificates.sh
|
|
echo "initial setup done. tag setup container as healthy to start other containers"
|
|
touch /tmp/healthcheck.txt
|
|
|
|
/opt/03_configure_opensearch.sh
|
|
/opt/04_configure_grafana.sh
|
|
|
|
sleep infinity
|