#!/bin/sh

uci -q batch <<-EOF >/dev/null
    delete ucitrack.@shadowfog[-1]
    add    ucitrack  shadowfog
    set    ucitrack.@shadowfog[-1].init=shadowfog
    commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0
