mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 23:56:21 +02:00
11 lines
215 B
Bash
11 lines
215 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
*
|
|
* grlx-sprout expects /srv/grlx/sprout to exist.
|
|
* This directory is not automatically created.
|
|
*
|
|
* This can be corrected with the following commands:
|
|
* mkdir -p /srv/grlx/sprout
|
|
*
|
|
EOF
|