diff options
-rwxr-xr-x | scripts/vyatta-ipsec-dhcp.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-ipsec-dhcp.pl b/scripts/vyatta-ipsec-dhcp.pl index 61e5e02..45ce4fc 100755 --- a/scripts/vyatta-ipsec-dhcp.pl +++ b/scripts/vyatta-ipsec-dhcp.pl @@ -99,5 +99,5 @@ foreach my $line (@lines){ print ${output_secrets} $line; } close $output_secrets; -system ("/usr/sbin/ipsec rereadall"); -system ("/usr/sbin/ipsec update"); +system ("/usr/sbin/ipsec rereadall > /dev/null 2>&1"); +system ("/usr/sbin/ipsec update > /dev/null 2>&1"); |