summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-11 23:38:15 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-11 23:38:15 -0800
commitb88788dee4ddeabebcf74da50969252aaf472ab9 (patch)
tree15cceee0591dcca41a76e80998cdc29dd959416a
parentd5486093ea1b7249069aa1fb310cfc74434039d4 (diff)
parenta821ec95d1deae4edffbb6be4a8b3931b819a8d2 (diff)
downloadgitlab-shell-b88788dee4ddeabebcf74da50969252aaf472ab9.tar.gz
Merge pull request #110 from KaosMcRage/check_redis_bin
Check for redis-cli binary
-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}: "