check_hobos: set publisher configuration even for a new instance (#6788)

This commit is contained in:
Jérôme Schneider 2015-03-20 16:52:33 +01:00 committed by Frédéric Péters
parent 23ea72da85
commit 38d45fad3d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,6 @@ class CmdCheckHobos(Command):
new_site = True
else:
print 'updating instance in', pub.app_dir
pub.set_config()
new_site = False
try:
@ -75,6 +74,7 @@ class CmdCheckHobos(Command):
print ' skipping'
return
pub.set_config()
self.update_configuration(service, pub)
self.configure_authentication_methods(service, pub)
if new_site: