Initial commit

This commit is contained in:
2025-09-30 20:55:34 +03:00
commit 905d2346b7
8 changed files with 150 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
if [ -d /srv/pgsql/data ]; then
/usr/bin/postgresql-check-db-dir /srv/pgsql/data || true
fi