From b2458c7525875b7b7511c70433db73adba70b5cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20G=C3=B6bel?= <dgoebel@techfak.uni-bielefeld.de>
Date: Fri, 28 Apr 2023 09:57:56 +0200
Subject: [PATCH] Uncomment prestart.sh script in gunicorn docker container

---
 scripts/prestart.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/prestart.sh b/scripts/prestart.sh
index bda954d..d0fbfb3 100755
--- a/scripts/prestart.sh
+++ b/scripts/prestart.sh
@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
 
 # Check Connection to Ceph RGW
-#python app/check_ceph_connection.py
+python app/check_ceph_connection.py
 # Let the DB start
-#python app/check_database_connection.py
+python app/check_database_connection.py
-- 
GitLab