This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
op
/
flask-zbx-tools
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
96f59d4ad7
Rami (Branch)
Tag
master
flask-zbx-tools
/
entrypoint.sh
entrypoint.sh
91 B
Cronologia
Originale
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 "$@"