mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-04 00:29:27 +08:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s/luci-mod-status-logs/luci-mod-status-log/" /usr/share/luci/menu.d/luci-mod-status.json
|
|
|
|
exit 0
|