diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 42faefeff..253f26bb9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -842,6 +842,8 @@ sub addUser { } if ($o->{meta_class} eq 'firewall') { my $v; + my $p = $o->{prefix}; + substInFile { /^admin:/ and $_=''; } "$p/etc/passwd"; $v->{shell} ||= "/bin/bash"; $o->ask_from_entries_refH([_("Set admin password"), _("Ok"), $o->{security} > 2 || $::corporate ? () : _("No password")], [ _("Set admin password"), "\n" ], [ |