diff --git a/entrypoint.sh b/entrypoint.sh index 80dd269..1498f62 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,8 @@ set -Eeuo pipefail CONFIG_FILE="/var/atlas-probe/state/config.txt" declare -a OPTIONS=( "RXTXRPT" + "HTTP_POST_PORT" + "TELNETD_PORT" ) # test essential syscalls @@ -36,4 +38,6 @@ for OPT in "${OPTIONS[@]}"; do fi done +export ATLAS_STATIC="/usr/local/atlas" + exec gosu atlas:atlas "$@"