From 7323c8ad8228abd7cff5a50bf6c082fd061387e5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 9 May 2011 12:19:39 -0300 Subject: Redirect fix --- share/hydractl/provision | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/hydractl/provision b/share/hydractl/provision index 417c920..83a19a0 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -79,8 +79,8 @@ echo LANG=C > /tmp/debootstrap/etc/default/locale # Resolver configuration. echo "domain $domain" > /tmp/debootstrap/etc/resolv.conf -echo "search $hostname.$domain" > /tmp/debootstrap/etc/resolv.conf -grep nameserver /etc/resolv.conf > /tmp/debootstrap/etc/resolv.conf +echo "search $hostname.$domain" >> /tmp/debootstrap/etc/resolv.conf +grep nameserver /etc/resolv.conf >> /tmp/debootstrap/etc/resolv.conf # Hostname configuration. echo $hostname.$domain > /tmp/debootstrap/etc/hostname -- cgit v1.2.3