summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draksec1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index a04202f48..8c1e4d876 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -36,7 +36,6 @@ local $_ = join '', @ARGV;
$::expert = /-expert/ || cat_("/etc/sysconfig/system") =~ /^CLASS="?expert/m; #"
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
-$::isStandalone=1;
my $in = 'interactive'->vnew('su', 'security');
begin: