fixed cronjobs broken in 4278, fixed issue 1190
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.2.1 (2012-12-03 11:00:04) stable
|
Version 2.2.1 (2012-12-03 13:15:15) stable
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ regex_space = re.compile('(\+|\s|%20)+')
|
|||||||
|
|
||||||
regex_url = re.compile('^/((?P<a>\w+)(/(?P<c>\w+)(/(?P<z>(?P<f>\w+)(\.(?P<e>[\w.]+))?(?P<s>[/\w@=-]*(\.[/\w@=-]+)*)))?)?)?$')
|
regex_url = re.compile('^/((?P<a>\w+)(/(?P<c>\w+)(/(?P<z>(?P<f>\w+)(\.(?P<e>[\w.]+))?(?P<s>[/\w@=-]*(\.[/\w@=-]+)*)))?)?)?$')
|
||||||
|
|
||||||
|
|
||||||
def _router_default():
|
def _router_default():
|
||||||
"return new copy of default base router"
|
"return new copy of default base router"
|
||||||
router = Storage(
|
router = Storage(
|
||||||
|
|||||||
@@ -931,7 +931,6 @@ def console():
|
|||||||
|
|
||||||
if options.cronjob:
|
if options.cronjob:
|
||||||
global_settings.cronjob = True # tell the world
|
global_settings.cronjob = True # tell the world
|
||||||
options.run = False # don't start cron jobs
|
|
||||||
options.plain = True # cronjobs use a plain shell
|
options.plain = True # cronjobs use a plain shell
|
||||||
options.nobanner = True
|
options.nobanner = True
|
||||||
options.nogui = True
|
options.nogui = True
|
||||||
|
|||||||
Reference in New Issue
Block a user