mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
dhcpcd.exe: Fix typo in configuring DNS server
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
c2e2c2824a
commit
cb4b6f433e
@@ -169,7 +169,7 @@ setup_qmi() {
|
|||||||
echo -n "${dns1}" > /var/ipfire/red/dns1
|
echo -n "${dns1}" > /var/ipfire/red/dns1
|
||||||
fi
|
fi
|
||||||
if [ -n "${dns2}" ]; then
|
if [ -n "${dns2}" ]; then
|
||||||
echo n "${dns2}" > /var/ipfire/red/dns2
|
echo -n "${dns2}" > /var/ipfire/red/dns2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user