summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKaosMcRage <justin.r.hall@gmail.com>2013-11-11 22:01:52 -0700
committerJustin R. Hall <justin.r.hall@gmail.com>2013-11-11 23:04:01 -0700
commita821ec95d1deae4edffbb6be4a8b3931b819a8d2 (patch)
tree15cceee0591dcca41a76e80998cdc29dd959416a /bin
parentd5486093ea1b7249069aa1fb310cfc74434039d4 (diff)
downloadgitlab-shell-a821ec95d1deae4edffbb6be4a8b3931b819a8d2.tar.gz
Check for redis-cli binary
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check b/bin/check
index e0c34ee..4391cff 100755
--- a/bin/check
+++ b/bin/check
@@ -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}: "