Remove output of "ipsecctrl R".

:
This commit is contained in:
Arne Fitzenreiter
2010-05-10 21:33:51 +02:00
parent b4f6d69810
commit 64dc6c92f1
2 changed files with 2 additions and 2 deletions

View File

@@ -582,7 +582,7 @@ END
$cahash{$key}[1] = &Header::cleanhtml(getsubjectfromcert ("${General::swroot}/ca/$cgiparams{'CA_NAME'}cert.pem"));
&General::writehasharray("${General::swroot}/vpn/caconfig", \%cahash);
my $temp = `/usr/local/bin/ipsecctrl R`;
system('/usr/local/bin/ipsecctrl', 'R');
sleep $sleepDelay;
UPLOADCA_ERROR: