diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/apache.export | 2 | 
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');  } | 
