blob: 5a518199c3ae4c0512e2a254b9a9c0e681cd4b84 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/bin/ATLAS
2+++ b/bin/ATLAS
3@@ -7,9 +7,9 @@
4 #exec >/tmp/ATLAS.out 2>/tmp/ATLAS.err
5 #set -x
6
7-if [ -f bin/config.sh ]
8+if [ -f /usr/libexec/atlas-probe-scripts/bin/config.sh ]
9 then
10- . bin/config.sh
11+ . /usr/libexec/atlas-probe-scripts/bin/config.sh
12 export DEVICE_NAME SUB_ARCH ATLAS_STATIC
13 else
14 echo no 'bin/config.sh' >&2