summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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}: "