Skip to content
Snippets Groups Projects
Verified Commit f7a8cb8c authored by Jan Pavlinec's avatar Jan Pavlinec
Browse files

atlas-sw-probe: update to version 1.0.1

parent 4515d765
No related merge requests found
......@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=atlas-sw-probe
PKG_VERSION:=1.0.0
PKG_RELEASE:=3
PKG_VERSION:=1.0.1
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/ripe-atlas-software-probe
PKG_SOURCE_VERSION:=4708e4c1a8083ab5ab2e1da934661a4c2ab87cae
PKG_SOURCE_VERSION:=a9a52ebbb48e290c95fd54f99349607ff10bc74b
PKG_SOURCE:=ripe-atlas-software-probe-$(PKG_VERSION).tar.gz
......
--- a/bin/ATLAS
+++ b/bin/ATLAS
@@ -8,9 +8,9 @@
#set -x
DEVICE_NAME=
-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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment