fixed cronjobs broken in 4278, fixed issue 1190

This commit is contained in:
mdipierro
2012-12-03 13:16:14 -06:00
parent 304ae277fe
commit da1751dc1b
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -931,7 +931,6 @@ def console():
if options.cronjob:
global_settings.cronjob = True # tell the world
options.run = False # don't start cron jobs
options.plain = True # cronjobs use a plain shell
options.nobanner = True
options.nogui = True