1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 13:47:13 +03:00
aports/community/grlx/grlx-farmer.post-install
2025-02-23 19:52:18 +00:00

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