Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d /srv/pgsql/data ]; then
|
||||
/usr/bin/postgresql-check-db-dir /srv/pgsql/data || true
|
||||
fi
|
||||
Reference in New Issue
Block a user