fix
This commit is contained in:
parent
c4f1fd6e23
commit
d655e5f816
1 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ subnet 192.168.1.0 netmask 255.255.255.0 { \
|
||||||
option domain-name-servers 8.8.8.8, 8.8.4.4; \
|
option domain-name-servers 8.8.8.8, 8.8.4.4; \
|
||||||
}"
|
}"
|
||||||
|
|
||||||
echo "$config" | sudo tee /etc/dhcp/dhcpd.conf >/dev/null
|
echo -e "$config" | sudo tee /etc/dhcp/dhcpd.conf >/dev/null
|
||||||
|
|
Loading…
Reference in a new issue