summaryrefslogtreecommitdiff
path: root/scripts/post
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/post')
-rwxr-xr-xscripts/post2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post b/scripts/post
index b8da0f02e..75ac17c25 100755
--- a/scripts/post
+++ b/scripts/post
@@ -86,7 +86,7 @@ def main():
# hit, the proc is SIGKILL'd giving us no chance to save the message. It
# could take a long time to acquire the lock. This way we're fairly safe
# against catastrophe at the expense of more disk I/O.
- msg.Enqueue(mlist, tolist=1)
+ msg.Enqueue(mlist, tolist=1, _whichq=mm_cfg.INQUEUE_DIR)