From 1fa4dce6fba0ad603aedf81087380ca1e075246a Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 30 Aug 2020 16:42:36 +0530 Subject: [PATCH] install.sh: minor fix --- DnsServerApp.NETCore/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerApp.NETCore/install.sh b/DnsServerApp.NETCore/install.sh index f1dd9c4f..eb6b2e84 100644 --- a/DnsServerApp.NETCore/install.sh +++ b/DnsServerApp.NETCore/install.sh @@ -54,7 +54,7 @@ then systemctl start dns.service >> $installLog 2>&1 rm /etc/resolv.conf >> $installLog 2>&1 - echo "nameserver 127.0.0.1" > /etc/resolv.conf >> $installLog 2>&1 + echo "nameserver 127.0.0.1" > /etc/resolv.conf 2>> $installLog if [ -f "/etc/NetworkManager/NetworkManager.conf" ] then