summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index a6a53bd..487adf8 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -219,7 +219,7 @@ ethernet_up() {
echo "nameserver $dns" >>/etc/resolv.conf
done
for dnsoption in "${DNS_OPTIONS[@]}"; do
- echo "option $dnsoption" >>/etc/resolv.conf
+ echo "options $dnsoption" >>/etc/resolv.conf
done
fi