diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:50:10 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:50:10 +0000 |
commit | bdcb760d6214cb9011f4a6fa20a56fa959bc696f (patch) | |
tree | cd9bd2d626ab639bf25eb42fb931635bb0b3b60e /applications/luci-app-https-dns-proxy/root | |
parent | 015712bba0fe4b036b4d12235a7b664d5b4cf3fe (diff) |
luci-app-https-dns-proxy: better service control & buttons styling
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root')
-rw-r--r-- | applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy | 3 |
1 files changed, 3 insertions, 0 deletions
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 000000000..a1ecfcea2 --- /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 |