summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-update-cluster.pl2
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...";