From e9e09c3f42b6b7770ec12c6fec272c0ce75fafbd Mon Sep 17 00:00:00 2001 From: remittor Date: Wed, 29 Nov 2023 16:41:42 +0300 Subject: [PATCH] [xmake.sh] Fix bug on disable xray-core --- xmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.sh b/xmake.sh index c5d6ff0..ba3c04d 100755 --- a/xmake.sh +++ b/xmake.sh @@ -65,7 +65,7 @@ fi LUCI_XRAY_MK=$XDIR/package/addons/luci-app-xray/core/Makefile if [ -f $LUCI_XRAY_MK ]; then - pkg_xray_core=$( get_cfg_pkg_flag $CFG ) + pkg_xray_core=$( get_cfg_pkg_flag $CFG xray-core ) if [ "$pkg_xray_core" != "y" ]; then # Forced disable xray-core package sed -i '/CONFIG_PACKAGE_xray-core=/d' $CFG