Skip to content

Commit

Permalink
fix: stop radarbox from spamming the logs (#92)
Browse files Browse the repository at this point in the history
* fix: stop radarbox from spamming the logs

radarbox is spamming the logs with messages like:
```
failed to create /run/shm//rbfeeder_history_116.json.LwBBce (while updating /run/shm//rbfeeder_history_116.json): No such file or directory (124 more error messages suppressed)
```

This stops the log spamming by creating the folder it is expecting.

* Update Dockerfile.template
  • Loading branch information
shawaj authored Nov 25, 2023
1 parent f1b3167 commit eb1147e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radarbox/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ RUN mkdir -p /var/radarbox/thermal/thermal_zone0/ && \
chmod +x /showkey.sh && \
rm -rf /tmp/*

RUN mkdir -p /run/shm//

ENTRYPOINT ["/start.sh"]

0 comments on commit eb1147e

Please sign in to comment.