autoupdate: look only one time every 6 hours for an update

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-31 14:46:37 +02:00
parent c3527ea7cb
commit f735b6a61b

View File

@ -28,5 +28,5 @@ mkdir -p $INSTALL/etc
fi
mkdir -p $INSTALL/etc/crontabs
echo -e "* */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root
echo -e "1 */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root