mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 13:47:13 +03:00
15 lines
361 B
Bash
15 lines
361 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
*
|
|
* grlx-farmer expects /srv/grlx/recipes/prod to exist.
|
|
* This directory is not automatically created.
|
|
*
|
|
* This can be corrected with the following commands:
|
|
* mkdir -p /srv/grlx/recipes/prod
|
|
* chown -R farmer:farmer /srv/grlx
|
|
*
|
|
* Additionally, /etc/grlx/pki/farmer needs to be configured before
|
|
* the server can be run.
|
|
*
|
|
EOF
|