From 4c72d109ce7644e1f8f2c2b507bb004976c35758 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 22 Dec 2007 19:55:22 -0600 Subject: [PATCH] fixed invocation of zebraqueue_daemon.pl Signed-off-by: Joshua Ferraro --- misc/bin/koha-zebraqueue-ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/bin/koha-zebraqueue-ctl.sh b/misc/bin/koha-zebraqueue-ctl.sh index 0eab99b863..9c34c72e7c 100755 --- a/misc/bin/koha-zebraqueue-ctl.sh +++ b/misc/bin/koha-zebraqueue-ctl.sh @@ -10,7 +10,7 @@ STDOUT=$LOGDIR/koha-zebraqueue.log OUTPUT=$LOGDIR/koha-zebraqueue-output.log export KOHA_CONF export PERL5LIB -ZEBRAQUEUE=__PERL_MODULE_DIR__/misc/bin/zebraqueue_daemon.pl +ZEBRAQUEUE=__SCRIPT_DIR__/zebraqueue_daemon.pl test -f $ZEBRAQUEUE || exit 0 -- 2.39.2