redis-conf.sh 93 B

1234567
  1. #!/bin/sh
  2. cat <<EOF > /redis.conf
  3. requirepass $REDISPASS
  4. EOF
  5. exec redis-server /redis.conf