We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1ecd2 commit 07fa1d9Copy full SHA for 07fa1d9
odhcp6c-example-script.sh
@@ -12,6 +12,7 @@ update_resolv() {
12
echo "nameserver $c #odhcp6c:$device:" >> /tmp/resolv.conf.tmp
13
done
14
mv /tmp/resolv.conf.tmp /etc/resolv.conf
15
+ chmod 0644 /etc/resolv.conf
16
) 9>/tmp/resolv.conf.lock
17
rm -f /tmp/resolv.conf.lock /tmp/resolv.conf.tmp
18
}
0 commit comments