#!/bin/sh

log="/var/www/data/photos/log"

date >> "$log"
/var/www/data/photos/update.sh >> "$log"
