0
0
mirror of https://github.com/openwrt/packages.git synced 2025-09-23 17:22:50 +00:00
Files
Fabian Groffen 575db9300a mwan3: init.d/mwan3: fix GNU grep warning about stray \
GNU grep complains:
  grep: warning: stray \ before :

Drop the \, confirmed with busybox grep backslash is non-significant
(the output is the same).

Closes: https://github.com/openwrt/packages/issues/25198
Signed-off-by: Fabian Groffen <grobian@bitzolder.nl>
2025-09-03 15:42:20 +02:00
..