better cron defaults, thanks Jonathan

This commit is contained in:
mdipierro
2012-09-07 09:38:42 -05:00
parent bf1961598a
commit 00a6b6a779
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
Version 2.0.8 (2012-09-06 21:33:07) stable
Version 2.0.8 (2012-09-07 09:38:35) stable

View File

@@ -906,6 +906,8 @@ def console():
global_settings.cronjob = True # tell the world
options.nocron = True # don't start cron jobs
options.plain = True # cronjobs use a plain shell
options.nobanner = True
options.nogui = True
options.folder = os.path.abspath(options.folder)