mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-19 04:31:20 +02:00
4 lines
87 B
Bash
4 lines
87 B
Bash
#!/bin/sh
|
|
echo "Remember to modify redis server in order to listen to a socket"
|
|
exit 0
|