Working on bugs with getting system to go through initialization sanely.

This commit is contained in:
Griatch 2015-01-08 16:54:50 +01:00
parent 33a42d06c5
commit f15e05c247
3 changed files with 1 additions and 8 deletions

View file

@ -878,8 +878,6 @@ def main():
run_menu()
elif mode in ('start', 'reload', 'stop'):
# operate the server directly
if mode != "stop":
check_database(False)
server_operation(mode, service, args.interactive, args.profiler)
else:
# pass-through to django manager