summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index b0b313073..b22e703a9 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -95,6 +95,10 @@ sub vnew {
if ($icon && $icon ne 'default' && !$::isWizard) { $o->{icon} = $icon } else { undef $o->{icon} }
return $o;
}
+ } else {
+ if ($su && $>) {
+ exec {'consolehelper'} $0, @ARGV or die _("consolehelper missing");
+ }
}
if ($su && $>) {