diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vyatta-update-cluster.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-update-cluster.pl b/scripts/vyatta-update-cluster.pl index c3fc7bd..7ab807b 100755 --- a/scripts/vyatta-update-cluster.pl +++ b/scripts/vyatta-update-cluster.pl @@ -89,7 +89,7 @@ if (!chmod(0600, "$HA_DIR/authkeys")) { # stop each service in case it is already started foreach (@init_services) { - system("$SERVICE_DIR/$_ stop"); + system("$SERVICE_DIR/$_ stop >&/dev/null"); } print "Starting clustering..."; |
