diff --git a/scripts/enable_redis.sh b/scripts/enable_redis.sh index cd72908..37e7ebf 100644 --- a/scripts/enable_redis.sh +++ b/scripts/enable_redis.sh @@ -2,7 +2,7 @@ mkdir -p /srv/var/redis mkdir -p /srv/run -cp /opt/conf/redis.conf /srv/conf/ +cp /opt/examples/redis/redis.conf /srv/conf/ cat << EOF > /srv/conf/supervisor.d/redis.conf [program:redis]