#!/bin/sh if [ "$(uci -q get omr-tracker.glorytun)" = "" ]; then uci -q batch <<-EOF >/dev/null set omr-tracker.glotytun=interface set omr-tracker.glorytun.type="none" set omr-tracker.glorytun.timeout=10 set omr-tracker.glorytun.tries=5 set omr-tracker.glorytun.interval=5 commit omr-tracker EOF fi rm -f /tmp/luci-indexcache exit 0