# Check if running
p_run=`ps ax |grep temptime |grep -v grep|cut -c0-5`
if [ "$p_run" = "" ]; then
  /var/bin/temptime.sh &
fi



