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:
parent
f474755d00
commit
f08ea11a38
2 changed files with 14 additions and 0 deletions
11
patches/luci-syslog-6.10.patch
Normal file
11
patches/luci-syslog-6.10.patch
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue