LuCI - OpenWrt Configuration Interface
Révision | 1df0d2bf73190c6717b2182a8e2e4260eecee620 (tree) |
---|---|
l'heure | 2022-01-21 16:53:30 |
Auteur | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
luci-app-unblockneteasemusic: use json ouput
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 33549c03756a13a470b2d459a2d9e438767943b4)
@@ -112,6 +112,7 @@ start_service() | ||
112 | 112 | "lower_than_999kbps") procd_append_param env MIN_BR="600000" ;; |
113 | 113 | "replace_all") procd_append_param env MIN_BR="9999999" ;; |
114 | 114 | esac |
115 | + procd_append_param env JSON_LOG="true" | |
115 | 116 | |
116 | 117 | procd_set_param stdout 1 |
117 | 118 | procd_set_param stderr 1 |