Commit b88788de authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #110 from KaosMcRage/check_redis_bin

Check for redis-cli binary
parents d5486093 a821ec95
...@@ -18,7 +18,7 @@ end ...@@ -18,7 +18,7 @@ end
puts "\nCheck directories and files: " puts "\nCheck directories and files: "
config = GitlabConfig.new config = GitlabConfig.new
dirs = [config.repos_path, config.auth_file] dirs = [config.repos_path, config.auth_file, config.redis['bin']]
dirs.each do |dir| dirs.each do |dir|
print "\t#{dir}: " print "\t#{dir}: "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment