summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index c304558ef..bcd30e39d 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -649,7 +649,7 @@ sub g_auto_install {
}
local $o->{partitioning}{auto_allocate} = !$replay;
- local $o->{autoExitInstall} = $replay;
+ local $o->{autoExitInstall} = !$replay;
#- deep copy because we're modifying it below
$o->{users} = [ @{$o->{users} || []} ];