Skip to content

Commit c3ec85d

Browse files
remove . in /etc/resov.conf
1 parent 30f28ed commit c3ec85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/proot-utils/proot-fixes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ EOF
6767
PROG_PRINT "writing /etc/resolv.conf for connectivity"
6868
rm -rf ${fs}/etc/resolv.conf
6969
touch ${fs}/etc/resolv.conf
70-
cat << EOF > ${fs}/etc/.resolv.conf
70+
cat << EOF > ${fs}/etc/resolv.conf
7171
nameserver 1.1.1.1
7272
nameserver 8.8.8.8
7373
EOF

0 commit comments

Comments
 (0)