#!/bin/bash

PERIOD=`/usr/lib/cnv4/get_prefetch_period.sh`

if [ "$PERIOD" == "hourly" ]; then
  /usr/lib/cnv4/prefetch_url_list_now.sh
fi

