<=
This commit is contained in:
parent
7761cf9ec2
commit
e536dcb3b0
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ if __name__ == "__main__":
|
||||||
run('sed', '-i', 's/127.0.0.1:2620/0.0.0.0:2620/g', gunicorn_config)
|
run('sed', '-i', 's/127.0.0.1:2620/0.0.0.0:2620/g', gunicorn_config)
|
||||||
if old > 5389:
|
if old > 5389:
|
||||||
update_service('pandora')
|
update_service('pandora')
|
||||||
if old < 5452:
|
if old <= 5452:
|
||||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||||
update_service('pandora-encoding')
|
update_service('pandora-encoding')
|
||||||
update_service('pandora-tasks')
|
update_service('pandora-tasks')
|
||||||
|
|
Loading…
Reference in a new issue