summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-efa-urls2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-efa-urls b/scripts/check-efa-urls
index 254a85f..95314c0 100755
--- a/scripts/check-efa-urls
+++ b/scripts/check-efa-urls
@@ -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