diff options
Diffstat (limited to 'main/knot/knot.post-install')
-rw-r--r-- | main/knot/knot.post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/knot/knot.post-install b/main/knot/knot.post-install new file mode 100644 index 0000000000..c9cced828f --- /dev/null +++ b/main/knot/knot.post-install @@ -0,0 +1,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 |