return from do_start early if config file is missing

This commit is contained in:
Michael Barton 2010-11-30 22:33:35 +00:00
parent 7e41c5fe4e
commit 784c7a85b6

View File

@ -129,6 +129,7 @@ def do_start(server, once=False):
# maybe there's a config file(s) out there, but I couldn't find it!
print 'Unable to locate config file for %s. %s does not exist?' % \
(server, ini_file)
return
# start all servers
for ini_file, pid_file in launch_args: