This commit is contained in:
j 2016-03-17 10:47:08 +01:00
parent 7761cf9ec2
commit e536dcb3b0
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if __name__ == "__main__":
run('sed', '-i', 's/127.0.0.1:2620/0.0.0.0:2620/g', gunicorn_config)
if old > 5389:
update_service('pandora')
if old < 5452:
if old <= 5452:
run('./bin/pip', 'install', '-r', 'requirements.txt')
update_service('pandora-encoding')
update_service('pandora-tasks')