blob: c9cced828f49180ba84471e7e398f6549e6db86a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|