#!/bin/sh echo "##################################################################################" echo "Starting sync" . /etc/profile . /etc/systemconfig if [ x$PKG_MIRROR = x"1" ] then $RSYNC jmeyer.us::current-STB /data/var/mirror/current-STB fi echo "##################################################################################"