Ensure pg_stat_tmp directory for guacamole postgres

This commit is contained in:
Alexandre
2025-12-17 15:43:46 +01:00
parent 7f5a932586
commit 2bf8d4a8f0

View File

@@ -4,5 +4,6 @@ set -e
mkdir -p /config/fonts
mkdir -p /config/postgres
mkdir -p /config/postgres/pg_stat_tmp
chown -R postgres:postgres /config/postgres
chmod -R 0700 /config/postgres