fix:修复无法启动kcptun二进制程序问题
This commit is contained in:
parent
c3969dda0f
commit
c67860160e
@ -28,9 +28,9 @@ if [ -z "$${IPKG_INSTROOT}" ]; then
|
||||
( . /etc/uci-defaults/40_luci-kcptun ) && rm -f /etc/uci-defaults/40_luci-kcptun
|
||||
fi
|
||||
|
||||
chmod 755 $${IPKG_INSTROOT}/etc/init.d/kcptun >/dev/null 2>&1
|
||||
ln -sf $${IPKG_INSTROOT}/etc/init.d/kcptun \
|
||||
$${IPKG_INSTROOT}/etc/rc.d/S99kcptun >/dev/null 2>&1
|
||||
chmod 755 "$${IPKG_INSTROOT}/etc/init.d/kcptun" >/dev/null 2>&1
|
||||
ln -sf "../init.d/kcptun" \
|
||||
"$${IPKG_INSTROOT}/etc/rc.d/S99kcptun" >/dev/null 2>&1
|
||||
exit 0
|
||||
endef
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user