From: ivan Date: Fri, 29 Dec 2006 08:25:53 +0000 (+0000) Subject: didn't get checked in with configurable target dirs, oops X-Git-Tag: TRIXBOX_2_6~796 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1f78e4d77521e4dab6d1e34d1768204484ec50af;p=freeside.git didn't get checked in with configurable target dirs, oops --- diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index bf558e3ff..4cda65755 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -87,7 +87,7 @@ sub _export_delete { sub vpopmail_queue { my( $self, $svcnum, $method ) = (shift, shift, shift); - my $exportdir = "%%%FREESIDE_CONF%%%/export." . datasrc; + my $exportdir = "%%%FREESIDE_EXPORT%%%/export." . datasrc; mkdir $exportdir, 0700 or die $! unless -d $exportdir; $exportdir .= "/vpopmail"; mkdir $exportdir, 0700 or die $! unless -d $exportdir;