summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system/repo_sync.sh
blob: e36d0557bab9de9b7ce81fde3c08ef33ce6a9d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 "##################################################################################"