mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
11 lines
149 B
Bash
Executable file
11 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat << EOF
|
|
*
|
|
* Point your web server to /run/freshrss/fastcgi.sock and
|
|
* start FreshRSS with
|
|
* /etc/init.d/freshrss start.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|