Unverified Commit 3d798718 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

check-efa-urls: use local source rather than system installation

parent 5c3b4d7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ VVS Stuttgart Schwabstraße"

echo $checks | while read service name place; do
	echo -n "${service} ... "
	if bin/efa-m -s $service $name $place > /dev/null; then
	if perl -Ilib bin/efa-m -s $service $name $place > /dev/null; then
		echo OK
	fi
done