diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-22 11:07:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-22 11:07:12 +0000 |
commit | a8bb3b8d8aba20284b7749231d198907e07c817e (patch) | |
tree | bc87d00e4ef3c22d367f01e692e72e67b06498e0 /testing/knot/knot.post-install | |
parent | 214e9e9be559b45ad31bae6799bfa9d2062e87c9 (diff) | |
download | aports-a8bb3b8d8aba20284b7749231d198907e07c817e.tar.bz2 aports-a8bb3b8d8aba20284b7749231d198907e07c817e.tar.xz |
testing/knot: fixed typo (again) in post-install. Added knot group in pre-install.
Diffstat (limited to 'testing/knot/knot.post-install')
-rw-r--r-- | testing/knot/knot.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/knot/knot.post-install b/testing/knot/knot.post-install index 74d367a035..fea7dac735 100644 --- a/testing/knot/knot.post-install +++ b/testing/knot/knot.post-install @@ -3,7 +3,7 @@ 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 "* You can rename the example file and make the necessary adjustment." >&2 echo "*" >&2 exit 0 |