#! /bin/sh

SERIAL=/var/local/data/SerialNumber.txt

if [[ -e $SERIAL ]]
then
	sleep 1
	/usr/local/bin/ipnotify
fi

exit 0
