From 706d8af9cc224153764328b7bf348032db50d1ca Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 12:14:35 +0200 Subject: luci-base: move and rename ucitrack tinyproxy.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- .../root/usr/share/ucitrack/luci-app-tinyproxy.json | 4 ++++ modules/luci-base/root/usr/share/ucitrack/tinyproxy.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json delete mode 100644 modules/luci-base/root/usr/share/ucitrack/tinyproxy.json diff --git a/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json b/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json new file mode 100644 index 0000000000..252144ffee --- /dev/null +++ b/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json @@ -0,0 +1,4 @@ +{ + "config": "tinyproxy", + "init": "tinyproxy" +} diff --git a/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json b/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json deleted file mode 100644 index 252144ffee..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "config": "tinyproxy", - "init": "tinyproxy" -} -- cgit v1.2.3