mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-27 00:12:23 +01:00
12 lines
149 B
Bash
Executable File
12 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
|