use new s6-rc layout [skip ci]

This commit is contained in:
Sebastian Hugentobler 2022-02-18 09:36:32 +01:00
parent cc99795f78
commit 5dc7bb8c15
4 changed files with 4 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
PGPASSWORD=$DB_PASSWORD psql -h $DB_HOST -U $DB_USER -d $DB_NAME -c "SELECT EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name = 'session')" | grep f