remove permission lines to see if this resolves lack of django secret key in environment profile.d

This commit is contained in:
dekzter 2025-12-07 07:54:30 -05:00
parent b18bc62983
commit d0edc3fa07

View file

@ -52,9 +52,6 @@ PY
mv -f "$tmpfile" "$SECRET_FILE" || { echo "move failed"; rm -f "$tmpfile"; exit 1; }
fi
chown $PUID:$PGID "$SECRET_FILE" || true
chmod 600 "$SECRET_FILE" || true
export DJANGO_SECRET_KEY="$(cat "$SECRET_FILE")"
# Process priority configuration