base: Fix for disable service nextdns

This commit is contained in:
remittor
2024-11-17 09:57:19 +03:00
parent a4f3f52397
commit de6558ce9b

View File

@@ -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