diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index b6cb285..9fa7d3b 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -38,7 +38,6 @@ my @files = ( "/etc/hosts", foreach my $file ( @files ) { File::Copy::copy( $file, $prefix . "/etc/" ); - File::Copy::copy( $file, $prefix . "/etc/" ); }