mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-11 17:14:29 +05:00
base: Fix for disable service nextdns
This commit is contained in:
@@ -108,6 +108,9 @@ if [ -f "$DIS_SVC_FN" ]; then
|
||||
fi
|
||||
rm -f "$ROOTFSDIR"/etc/rc.d/S??$svc
|
||||
rm -f "$ROOTFSDIR"/etc/rc.d/K??$svc
|
||||
if [ "$svc" = "nextdns" ]; then
|
||||
sed -i 's/nextdns enable/nextdns disable/g' "$ROOTFSDIR/etc/uci-defaults/nextdns"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user