fixed cronjobs broken in 4278, fixed issue 1190

This commit is contained in:
mdipierro
2012-12-03 13:16:14 -06:00
parent abca14d9ae
commit cabe9603c2
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