diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakvpn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 9e276ad7f..9bb40f40f 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -86,7 +86,7 @@ begin: #- ********************************** #- * 0th step: verify if we are already set up -if (0 && $shorewall && -f "/etc/shorewall/tunnels") { +if ($shorewall && -f "/etc/shorewall/tunnels") { $::Wizard_no_previous = 1; if (!$shorewall->{disabled}) { |