diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index b56b0c418..42bd7766e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -267,9 +267,8 @@ sub setRootPassword { #------------------------------------------------------------------------------ sub addUser { my ($clicked, $_ent_number, $auto) = @_; - return if $o->{isUpgrade} && !$clicked; - installStepsCall($o, $auto, 'addUser', $clicked); + installStepsCall($o, $auto, 'addUser', $clicked) if !$o->{isUpgrade}; } #------------------------------------------------------------------------------ |