diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-efa-urls | 2 |
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 |