fixed typo in koha-pazpar2-ctl.sh
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 21 Feb 2008 23:52:00 +0000 (17:52 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 22 Feb 2008 13:33:58 +0000 (07:33 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
misc/bin/koha-pazpar2-ctl.sh

index 343a458..90e7ce3 100755 (executable)
@@ -6,7 +6,7 @@ LOGDIR=__LOG_DIR__
 ERRLOG=$LOGDIR/koha-pazpar2daemon.err
 STDOUT=$LOGDIR/koha-pazpar2daemon.log
 OUTPUT=$LOGDIR/koha-pazpar2daemon-output.log
-PAZPAR2_CONF=__PAZPAR_CONF_DIR__/pazpar2.xml
+PAZPAR2_CONF=__PAZPAR2_CONF_DIR__/pazpar2.xml
 PAZPAR2SRV=/usr/sbin/pazpar2
 
 test -f $PAZPAR2SRV || exit 0