Merge pull request #2276 from alexbelgium/codex/review-issue-#1069-for-closure-or-fix

Ensure pg_stat_tmp directory for guacamole postgres
This commit is contained in:
Alexandre
2025-12-17 17:06:06 +01:00
committed by GitHub

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