X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fcronjobs%2Fcheck-url.pl;h=589a4c5dc547c12f786431b58816546586dead90;hb=1e1422e8babd7d47f23b9e12c521adb9a9aefbbc;hp=e1d3144ddfe0df6619434942398daaeb8d9446d1;hpb=9ec7ac5b8e036ad824636df5acd4e1ec2ebb45c8;p=koha_fer diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index e1d3144ddf..589a4c5dc5 100755 --- a/misc/cronjobs/check-url.pl +++ b/misc/cronjobs/check-url.pl @@ -165,7 +165,7 @@ GetOptions( 'help' => \$help, 'host=s' => \$host, 'host-pro=s' => \$host_pro, - 'agent=s' => \$agent; + 'agent=s' => \$agent, 'timeout=i', => \$timeout, ); @@ -250,6 +250,7 @@ check-url.pl - Check URLs from 856$u field. Scan all URLs found in 856$u of bib records and display if resources are available or not. +This script is deprecated. You should rather use check-url-quick.pl. =back