summaryrefslogtreecommitdiffstats
path: root/testing/knot/knot.post-install
blob: fea7dac7354d095ebf3599896a7346047980f5f4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

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

exit 0