This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
op
/
flask-zbx-tools
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0fe83afb50
Ramos
Etiquetas
master
flask-zbx-tools
/
entrypoint.sh
entrypoint.sh
91 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
set -o pipefail
chmod +x /app/soft/flask_zbx_tools/start.sh
exec "$@"