Further updates to fix permissions issues

This commit is contained in:
2026-03-11 18:09:41 +00:00
parent c605e00e95
commit e47a28efae
3 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
# Fix permissions for DB folder
chown -R botuser:botgroup /app/DB
exec "$@"