aports/main/knot/knot.post-install
2019-11-08 10:17:23 +01:00

11 lines
217 B
Bash

#!/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