X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/897b421b49f87c03a62ed0479089d1d026270b8a..202b2403157773bc319c7cde14b0a664702dcb34:/openwrt/package/p910nd/files/p910nd.init diff --git a/openwrt/package/p910nd/files/p910nd.init b/openwrt/package/p910nd/files/p910nd.init index 44bff5b50..688090d91 100644 --- a/openwrt/package/p910nd/files/p910nd.init +++ b/openwrt/package/p910nd/files/p910nd.init @@ -8,7 +8,7 @@ PID_F=$RUN_D/p910${PORT-0}d.pid case $1 in start) mkdir -p $RUN_D - p910nd $OPTIONS + p910nd $OPTIONS $PORT ;; stop) [ -f $PID_F ] && kill $(cat $PID_F)