#!/bin/sh

echo "*" >&2
echo "* To finish upgrading pdns-gui, please run the following script:" >&2
echo "*     /usr/share/webapps/pdns-gui/batch/upgrade.sh" >&2
echo "*" >&2

exit 0