mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
11 lines
217 B
Bash
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
|