Skip to content

Commit

Permalink
Fixed uci config not save
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Sep 24, 2023
1 parent 5821400 commit a9f1a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/etc/uci-defaults/99-daed
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ if [ "$PROXY_CLIENT" != 'daed' ]; then
exit 0
fi

uci del dhcp.@dnsmasq[0].dns_redirect
uci del dhcp.@dnsmasq[0].dns_redirect
uci commit

0 comments on commit a9f1a15

Please sign in to comment.