summaryrefslogtreecommitdiff
path: root/bin/apache.export
diff options
context:
space:
mode:
Diffstat (limited to 'bin/apache.export')
-rwxr-xr-xbin/apache.export2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/apache.export b/bin/apache.export
index ed85df7cf..399fb0377 100755
--- a/bin/apache.export
+++ b/bin/apache.export
@@ -51,7 +51,7 @@ foreach my $export ( @exports ) {
} ) or die "rsync to $machine failed: ". join(" / ", $rsync->err);
# warn $rsync->out;
- ssh("root\@$machine", 'ndc reload');
+ ssh("root\@$machine", 'apachectl graceful');
}