mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-22 07:45:24 +00:00
install.sh: minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user