From a1f0c87ac7f98f8555717fd934edf7e706b8694c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Sep 2000 17:29:37 +0000 Subject: no_comment --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 81f75436f..15f66bcff 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -417,7 +417,7 @@ sub setRootPassword { } #------------------------------------------------------------------------------ sub addUser { - return if $o->{isUpgrade}; + return if $o->{isUpgrade} && !$_[0]; $o->addUser($_[0]); install_any::setAuthentication($o); -- cgit v1.2.1