Skip to content

Commit 1367ea0

Browse files
author
brandon.ewing03
committed
Fixed variable issue in sysV script in contrib
git-svn-id: https://rtg2.googlecode.com/svn/trunk@21 b73fa6fe-df59-11dd-a738-5fe2e3cfbcc5
1 parent 4fb2fef commit 1367ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/rtgpoll.SysV.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
PIDFILE=/var/run/rtgpoll.pid
1414
CFGFILE=/usr/local/etc/rtg.conf
1515
TARGETFILE=/usr/local/etc/targets.cfg
16-
OPTIONS="-c $CFGFILE -t $TARGETFILE -v"
1716

1817
if [ -f /etc/sysconfig/rtg ]; then
1918
. /etc/sysconfig/rtg
2019
fi
2120

21+
OPTIONS="-c $CFGFILE -t $TARGETFILE -v"
22+
2223

2324
start() {
2425
echo -n "Starting rtgpoll: "

0 commit comments

Comments
 (0)