]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/vpnmain.cgi
Remove output of "ipsecctrl R".
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / vpnmain.cgi
index 0294b1cc3493b32bc784cab48bf620340f06209b..6af5ed451cf9cc9c53f7fd0676829cbbbc73ff5a 100644 (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: