dhcpcd.exe: Fix typo in configuring DNS server

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-12-01 17:23:10 +00:00
committed by Peter Müller
parent c2e2c2824a
commit cb4b6f433e

View File

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