We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f72db commit 480a969Copy full SHA for 480a969
Makefile
@@ -31,8 +31,7 @@ codis-server:
31
@cp -f extern/redis-3.2.8/src/redis-benchmark bin/
32
@cp -f extern/redis-3.2.8/src/redis-cli bin/
33
@cp -f extern/redis-3.2.8/redis.conf config/
34
- @cp -f extern/redis-3.2.8/sentinel.conf config/
35
- @sed -e "s/^sentinel/# sentinel/g" config/sentinel.conf -i
+ @sed -e "s/^sentinel/# sentinel/g" extern/redis-3.2.8/sentinel.conf > config/sentinel.conf
36
37
clean-gotest:
38
@rm -rf ./pkg/topom/gotest.tmp
0 commit comments