#!/bin/bash
# HOME isn't set up for some reason
export HOME=/root
cd /opt/mirror && make
sleep ${MIRROR_INTERVAL_SECONDS:-43200}