This commit is contained in:
2026-03-11 18:21:06 +00:00
parent e683449f17
commit 0e01f803b2
+1 -2
View File
@@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
set -e set -e
# Fix permissions for DB folder ## Skipping chown for bind-mounted DB folder to avoid permission errors
chown -R botuser:botgroup /app/DB
exec "$@" exec "$@"