1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix log display in Status->System log

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-19 10:44:08 +02:00
parent f474755d00
commit f08ea11a38
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/luci/modules/luci-mod-status/root/usr/libexec/syslog-wrapper 2024-08-19 10:41:15.218499730 +0200
+++ b/luci/modules/luci-mod-status/root/usr/libexec/syslog-wrapper 2024-08-19 10:41:21.654412260 +0200
@@ -12,7 +12,7 @@
fi
if [ -f /sbin/logread ]; then
- /sbin/logread -e ^
+ /sbin/logread ^
else
/usr/sbin/logread -e ^
fi