From bdcb760d6214cb9011f4a6fa20a56fa959bc696f Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Fri, 3 Apr 2020 12:50:10 +0000 Subject: luci-app-https-dns-proxy: better service control & buttons styling Signed-off-by: Stan Grishin --- .../root/etc/uci-defaults/40_luci-https-dns-proxy | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy (limited to 'applications/luci-app-https-dns-proxy/root/etc/uci-defaults') diff --git a/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy new file mode 100644 index 0000000000..a1ecfcea24 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy @@ -0,0 +1,3 @@ +#!/bin/sh +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +exit 0 -- cgit v1.2.3