From e1213d8968b7791d9160dfd5679b12d0110b5891 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 27 May 2010 13:46:34 -0700 Subject: additional fix for boot loading of deactivate nodes. --- scripts/vyatta-config-loader.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-config-loader.pl b/scripts/vyatta-config-loader.pl index 0aae55b..a03a0e4 100755 --- a/scripts/vyatta-config-loader.pl +++ b/scripts/vyatta-config-loader.pl @@ -114,7 +114,7 @@ foreach (@all_nodes) { # Now deactivate these nodes for (@deactivate_nodes) { - my $cmd = "$CWRAPPER deactivate " . $_ . " 1>/dev/null"; + my $cmd = "$CWRAPPER deactivate " . $_; system("$cmd"); } -- cgit v1.2.3