summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/gate_news6
1 files changed, 6 insertions, 0 deletions
diff --git a/cron/gate_news b/cron/gate_news
index cbd1465cf..32d928977 100755
--- a/cron/gate_news
+++ b/cron/gate_news
@@ -53,3 +53,9 @@ for name in names:
file = open(os.path.join(mm_cfg.DATA_DIR, "gate_watermarks"), "w")
marshal.dump(watermarks, file)
file.close()
+ os._exit(0)
+
+
+
+
+