Commit a821ec95 authored by KaosMcRage's avatar KaosMcRage Committed by Justin R. Hall

Check for redis-cli binary

parent d5486093
......@@ -18,7 +18,7 @@ end
puts "\nCheck directories and files: "
config = GitlabConfig.new
dirs = [config.repos_path, config.auth_file]
dirs = [config.repos_path, config.auth_file, config.redis['bin']]
dirs.each do |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