|
|
- --- a/bin/ATLAS
- +++ b/bin/ATLAS
- @@ -7,9 +7,9 @@
- #exec >/tmp/ATLAS.out 2>/tmp/ATLAS.err
- #set -x
-
- -if [ -f bin/config.sh ]
- +if [ -f /usr/libexec/atlas-probe-scripts/bin/config.sh ]
- then
- - . bin/config.sh
- + . /usr/libexec/atlas-probe-scripts/bin/config.sh
- export DEVICE_NAME SUB_ARCH ATLAS_STATIC
- else
- echo no 'bin/config.sh' >&2
|