From 0d9054c7e4a156d6f725ef5048fd472b3c470636 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sat, 29 Oct 2022 20:00:28 +0200
Subject: [PATCH] protokollsystem server.py is not executable

---
 uwsgi-python/tasks/apps/protokollsystem.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uwsgi-python/tasks/apps/protokollsystem.yml b/uwsgi-python/tasks/apps/protokollsystem.yml
index 9cf06a1..191ceec 100644
--- a/uwsgi-python/tasks/apps/protokollsystem.yml
+++ b/uwsgi-python/tasks/apps/protokollsystem.yml
@@ -19,7 +19,7 @@
   changed_when: false
 
 - name: ensure data model upgrades are applied  # noqa 301
-  command: "{{app_venv}}/bin/python {{app_path}}/server.py db upgrade"
+  command: "{{app_venv}}/bin/flask db upgrade"
   args:
     chdir: "{{app_path}}"
   become: true
-- 
GitLab