You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
336 B

  1. --- 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. -if [ -f bin/config.sh ]
  7. +if [ -f /usr/libexec/atlas-probe-scripts/bin/config.sh ]
  8. then
  9. - . bin/config.sh
  10. + . /usr/libexec/atlas-probe-scripts/bin/config.sh
  11. export DEVICE_NAME SUB_ARCH ATLAS_STATIC
  12. else
  13. echo no 'bin/config.sh' >&2