diff options
Diffstat (limited to 'helpers/lh_chroot_hosts')
-rwxr-xr-x | helpers/lh_chroot_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hosts b/helpers/lh_chroot_hosts index 848038369..6a91831ed 100755 --- a/helpers/lh_chroot_hosts +++ b/helpers/lh_chroot_hosts @@ -89,7 +89,7 @@ EOF else # Blank out hosts file, don't remove in case # its a symlink, as in the case of exposedroot mode - cat /dev/null > chroot/etc/hosts + Truncate chroot/etc/hosts fi # Removing stage file |