mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[PR #167] [MERGED] System{Info,Logs}: use sh instead of bash #187
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-core/pull/167
Author: @HenkKalkwater
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @paktusov
Base:
main← Head:62-fix-system-info-logs-500-error📝 Commits (1)
205fdbcSystem{Info,Logs}: use sh instead of bash📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
poms/api/views.py(+4 -4)📄 Description
Bash is not available in Alpine images. In
bb1ce0a038, the Docker image was changed to Alpine from Debian, which caused 500 errors in the SystemInfoViewSet and SystemLogsViewSet.Now it calls "sh" instead of "/bin/bash", which should be more portable across different distributions. Since no bash-exclusive features were used, this was trivial.
Fixes finmars-platform/finmars-core#62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.