From cc00b01c270ff48897a279cfc507e3dc758a2d30 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 16 Mar 2018 22:44:37 +0000 Subject: luci-app-pagekitec: new package Adds a simple interface to the basic functionality of pagekite services. Signed-off-by: Karl Palsson --- .../root/etc/uci-defaults/40_luci-pagekitec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec (limited to 'applications/luci-app-pagekitec/root/etc') diff --git a/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec new file mode 100755 index 0000000000..95d7e9ec8f --- /dev/null +++ b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@pagekitec[-1] + add ucitrack pagekitec + set ucitrack.@pagekitec[-1].init=pagekitec + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 -- cgit v1.2.3