Skip to content

Commit

Permalink
Update openWRT23_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Apr 26, 2024
1 parent 94ef56d commit 7b13691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20802,7 +20802,7 @@ view_config
set_dhcp() {
if [ "$dnsmasq_inst" != "" ]
then
uci delete dhcp.@dnsmasq[-1] >/dev/
uci delete dhcp.@dnsmasq[-1] >/dev/null
processes=$(uci commit && reload_config)
wait $processes >/dev/null

Expand Down

0 comments on commit 7b13691

Please sign in to comment.