This commit is contained in:
crusader
2017-11-14 01:50:37 +09:00
commit 37d61e6f30
11 changed files with 349 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
/opt/bin/overflow_gateway_app -config=/opt/config/
exec "$@"