1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-18 10:20:35 +01:00
parent c184f30c10
commit 4da4487376
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ define Package/$(PKG_NAME)-config-nft
TITLE+= (init script with nft) TITLE+= (init script with nft)
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)-core/description
Xray-core bare bones binary (compiled without cgo) Xray-core bare bones binary (compiled without cgo)
endef endef
@ -53,7 +53,7 @@ define Package/$(PKG_NAME)-config-nft/description
Xray-core init script with nft support Xray-core init script with nft support
endef endef
define Package/$(PKG_NAME)/config define Package/$(PKG_NAME)-core/config
menu "Xray Configuration" menu "Xray Configuration"
depends on PACKAGE_$(PKG_NAME)-core depends on PACKAGE_$(PKG_NAME)-core

View file

@ -2114,7 +2114,7 @@ start_instance() {
fi fi
if [ -z "$xray_file" ] || [ ! -s "$xray_file" ] ; then if [ -z "$xray_file" ] || [ ! -s "$xray_file" ] ; then
_err "Invalid V2Ray file." _err "Invalid XRay file."
return 1 return 1
fi fi