From 784c7a85b6ea8d5c0d608fcd6fb6914938636077 Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Tue, 30 Nov 2010 22:33:35 +0000 Subject: [PATCH] return from do_start early if config file is missing --- bin/swift-init | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/swift-init b/bin/swift-init index ade622a69c..bc2dea983e 100755 --- a/bin/swift-init +++ b/bin/swift-init @@ -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: