#!/bin/sh
uci delete ucitrack.@njit[-1] >/dev/null 2>&1
uci commit ucitrack

exit 0
