diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-03 15:57:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 15:57:01 +0300 |
commit | f21644ac39ff077b551b169927b7b5e7175d665c (patch) | |
tree | 14cd8f846ee08804fac49982ab7a76e8885f63da /applications/luci-app-https-dns-proxy/root | |
parent | ae6addb4848d6b0ae141007bf6e1056a28ec459c (diff) | |
parent | bdcb760d6214cb9011f4a6fa20a56fa959bc696f (diff) |
Merge pull request #3828 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: better service control & buttons styling
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 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 |