mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +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"
|
CONFIG_FILE="/var/atlas-probe/state/config.txt"
|
||||||
declare -a OPTIONS=(
|
declare -a OPTIONS=(
|
||||||
"RXTXRPT"
|
"RXTXRPT"
|
||||||
|
"HTTP_POST_PORT"
|
||||||
|
"TELNETD_PORT"
|
||||||
)
|
)
|
||||||
|
|
||||||
# test essential syscalls
|
# test essential syscalls
|
||||||
@ -36,4 +38,6 @@ for OPT in "${OPTIONS[@]}"; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
export ATLAS_STATIC="/usr/local/atlas"
|
||||||
|
|
||||||
exec gosu atlas:atlas "$@"
|
exec gosu atlas:atlas "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user