#! /bin/sh

echo -n "Running ntpdate to synchronize clock..."
/usr/sbin/ntpdate-debian -s -b 2>/dev/null
echo "done."
