mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
fix source not found errors during startup
This commit is contained in:
parent
8fdf9f1a2e
commit
14b9668714
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user