X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Fdpdk.init;h=dd36c87ffe24c6149b47d9cbb353761dab024057;hb=e78f9ec94107c6b9cd29590ea61378ed59f2240d;hp=002ba29f512611a4033bc949cb08b439d3577895;hpb=9bd59f949df83594e434ea6b83b3bff841e6fd31;p=deb_dpdk.git diff --git a/debian/dpdk.init b/debian/dpdk.init index 002ba29f..dd36c87f 100644 --- a/debian/dpdk.init +++ b/debian/dpdk.init @@ -38,7 +38,7 @@ stop) try-restart|restart|force-reload) ;; status) - output=$(/lib/dpdk/dpdk-init --status 2>&1) || error="$?" + output=$(/lib/dpdk/dpdk-init status 2>&1) || error="$?" if [ ! -z "$output" ]; then echo "$output" | while read line; do log_action_cont_msg "$line"