Fixed container-updater to correctly load conf
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -28,7 +28,7 @@ if __name__ == '__main__':
sys.exit()
once = len(sys.argv) > 2 and sys.argv[2] == 'once'
conf = readconf(sys.argv[1], 'container-updater')
conf = utils.readconf(sys.argv[1], 'container-updater')
utils.drop_privileges(conf.get('user', 'swift'))
try:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.