#!/bin/sh

cat >&2 <<EOF
*
* Before running knot, you must create a knot.conf file.
* There is an example in the /etc/knot directory.
* You can rename the example file and make the necessary adjustment.
*
EOF

exit 0
