#!/bin/sh

test -x /usr/share/spotweb/scripts/retrieve.sh || exit 0

/usr/share/spotweb/scripts/retrieve.sh >> /var/log/spotweb.log
