#!/bin/sh
#
# created and written by stikx, update: 01/06/2003
# Small Workaround for terrae's tuxcal to get right date running on enigma or dream


if [ ! -f /tmp/status ]; then
  sleep 30
else  
  sleep 3600
fi
wget -q -O /tmp/status http://127.0.0.1/cgi-bin/status
/bin/sh /var/tuxbox/config/tuxcal/enigma_date &
exit;
