diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-04 18:21:23 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-04 18:26:26 -0600 |
commit | 16aad4026e45a07817a29af80aa1c507bc36e66c (patch) | |
tree | 28c0ea11486556ac7da7c8c8639f036bf2ac64d8 /run.sh | |
parent | 223c5762f9cd5bb1e9d77ec21d927847600a6a0b (diff) |
Fix DNS in chroot env
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +cp /etc/resolv.conf /var/chroot/clog/etc/resolv.conf + +exec ./clog -f |