@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+chmod +x /root/flask_zbx_tools/start.sh
+exec "$@"