bug fix for non-logging start
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 6 Oct 2020 00:03:19 +0000 (11:03 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 6 Oct 2020 00:03:19 +0000 (11:03 +1100)
rrqnet-ifupdown.sh

index cdfd3b46a21e0daf4de02b75323cee913d5ed485..25517fab20f2c792af802f2f15cbe40872953aa9 100755 (executable)
@@ -47,7 +47,7 @@ start_cable_pre_up() {
     if [ -z "$IF_RRQNET_LOG" ] ; then
        daemon -U -r -n $NAME -- \
               $RRQDAEMON $IF_RRQNET_OPTIONS \
-              -t $IFACE $IF_RRQNET $IF_RRQNET_REMOTE
+              -t $IFACE $IF_RRQNET_PORT $IF_RRQNET_REMOTE
     else
        daemon -U -r -n $NAME -E "${IF_RRQNET_LOG#* }" -- \
               $RRQDAEMON ${IF_RRQNET_LOG%% *} $IF_RRQNET_OPTIONS \