From e536dcb3b013620553f1aa7ad63c76da3be731c2 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 17 Mar 2016 10:47:08 +0100 Subject: [PATCH] <= --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 7a3573143..4dec24b3d 100755 --- a/update.py +++ b/update.py @@ -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')