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
+2
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)