fix indent

(cherry picked from commit 3db93cdc87)
This commit is contained in:
Patrick Schleizer 2016-05-19 21:12:16 +02:00 committed by Marek Marczykowski-Górecki
parent 8b89bff635
commit 999f6a0dcd
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -57,7 +57,7 @@ __EOF__
/sbin/route add default gw $gateway
fi
if ! grep -rq "^/etc/resolv[.]conf$" "${PROTECTED_FILE_LIST}" 2>/dev/null; then
echo > /etc/resolv.conf
echo > /etc/resolv.conf
if [ "x$disabledns" != "x1" ]; then
echo "nameserver $primary_dns" > /etc/resolv.conf
echo "nameserver $secondary_dns" >> /etc/resolv.conf