X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=example%2Fpostlicyd.initd.sh;h=d1e65108aa422aded56b9b842ed1b3e1ce1cec42;hb=6b977cdc115af3cebdf488f27d106788e8bd9461;hp=b07ecd9658e9d491172d724d977217116e8a3a37;hpb=49da1d33b47647a027c1e142e396c418fe5230d3;p=apps%2Fpfixtools.git diff --git a/example/postlicyd.initd.sh b/example/postlicyd.initd.sh index b07ecd9..d1e6510 100755 --- a/example/postlicyd.initd.sh +++ b/example/postlicyd.initd.sh @@ -14,7 +14,7 @@ CONF=/etc/pfixtools/postlicyd.conf mkdir -p `dirname "$PIDFILE"` || die "Can't create $PIDFILE" do_checkconf() { - $POSTLICYD -c "$CONF" &> /dev/null + $POSTLICYD -c "$CONF" return "$?" }