diff options
Diffstat (limited to 'testing/knot/knot.post-install')
-rw-r--r-- | testing/knot/knot.post-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/knot/knot.post-install b/testing/knot/knot.post-install deleted file mode 100644 index 179e5fc92a..0000000000 --- a/testing/knot/knot.post-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -echo "*" >&2 -echo "* Before running knot, you must create a knot.conf file." >&2 -echo "* There is an example in the /etc/knot directory." >&2 -echo "* You can rename the example file and make the necessary adjustment." >&2 -echo "*" >&2 - -exit 0 - |