diff options
Diffstat (limited to 'helpers/lh_chroot_resolv')
-rwxr-xr-x | helpers/lh_chroot_resolv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_resolv b/helpers/lh_chroot_resolv index 5549ccb0a..25051724a 100755 --- a/helpers/lh_chroot_resolv +++ b/helpers/lh_chroot_resolv @@ -51,7 +51,7 @@ case "${1}" in if [ -f chroot/etc/resolv.conf ] then # Save resolv file - cp chroot/etc/resolv.conf chroot/etc/resolv.conf.orig + mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig fi if [ -f /etc/resolv.conf ] |