Skip to content

Commit

Permalink
Fixing resolv.conf bug
Browse files Browse the repository at this point in the history
  • Loading branch information
neilellis committed Jul 15, 2015
1 parent 5254f71 commit 29c9f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/dns-hack/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/with-contenv sh
if [ ! -f /etc/dnsmasq-resolv.conf ]
then
cp -f /etc/resolv.conf /etc/dnsmasq-resolv.conf
Expand Down

0 comments on commit 29c9f8b

Please sign in to comment.