diff options
Diffstat (limited to 'openwrt/package/p910nd/files/p910nd.init')
-rw-r--r-- | openwrt/package/p910nd/files/p910nd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/p910nd/files/p910nd.init b/openwrt/package/p910nd/files/p910nd.init index 44bff5b505..688090d919 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) |