aboutsummaryrefslogtreecommitdiffstats
path: root/setup-dns.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-dns.in')
-rwxr-xr-xsetup-dns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-dns.in b/setup-dns.in
index 5807a69..8982b2a 100755
--- a/setup-dns.in
+++ b/setup-dns.in
@@ -25,7 +25,7 @@ while getopts "d:n:h" opt; do
esac
done
-conf="/home/jbilyk/alpine-conf/resolv.conf"
+conf="$ROOT/etc/resolv.conf"
if [ -f "$conf" ] ; then
domain=`awk '/^domain/ {print $2}' $conf`