TZ_VAL=$(uci -q get timezone.config.value)
if [ -z "$TZ_VAL" ]; then
    echo "No timezone config exists. installing defaults..."
    cp /barix/config/defaults/timezone /barix/config/current/
fi
