diff --git a/scripts/prestart.sh b/scripts/prestart.sh index bda954d1313bbf2131e5ff879dff00aed28a1176..d0fbfb3441bb310ef30cda4625cb99fcbc2e6ae0 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