diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index 6e56cb2..5cd4842 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -72,7 +72,7 @@ if ( ( -e "/etc/sudoers" ) && ( -x $prefix . "/usr/bin/apt-get" ) ) # Now modify the password file *unless* the "--passwd" option # was given. # -if ( ! ENV{'passwd'} ) +if ( ! $ENV{'passwd'} ) { open( ORIG, "<", "/etc/passwd" ) or die "Failed to open /etc/passwd - $!";