X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fapache.export;h=82eb6d6b023cb4146cea71a79de1720d2a00c655;hb=f9a181e4c2e505df84de16190ee3b75011326f3f;hp=da2d73c1cfe6e6bc98e4dbbaa1d43593751fad38;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/bin/apache.export b/bin/apache.export index da2d73c1c..82eb6d6b0 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -30,8 +30,9 @@ my $rsync = File::Rsync->new({ foreach my $export ( @exports ) { - my $machine = $export->machine; - my $file = "$spooldir/$machine.conf"; + my $machine = $export->machine; + my $exportnum = $export->exportnum; + my $file = "$spooldir/$machine.exportnum$exportnum.conf"; warn "exporting apache configuration for $machine to $file\n" if $opt{d};