diff --git a/unbox.sh b/unbox.sh index bbb5c67..c50a941 100755 --- a/unbox.sh +++ b/unbox.sh @@ -74,7 +74,6 @@ function unbox_outer_stage(){ resolv_conf=target/etc/resolv.conf - if [[ -L target/etc/resolv.conf ]]; then resolv_conf=$(readlink "target/etc/resolv.conf") @@ -91,7 +90,6 @@ function unbox_outer_stage(){ fi if [[ -e target/etc/resolv.conf ]]; then - echo cp -L /etc/resolv.conf $resolv_conf cp -L /etc/resolv.conf $resolv_conf fi