diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-11 23:38:15 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-11 23:38:15 -0800 |
commit | b88788dee4ddeabebcf74da50969252aaf472ab9 (patch) | |
tree | 15cceee0591dcca41a76e80998cdc29dd959416a | |
parent | d5486093ea1b7249069aa1fb310cfc74434039d4 (diff) | |
parent | a821ec95d1deae4edffbb6be4a8b3931b819a8d2 (diff) | |
download | gitlab-shell-b88788dee4ddeabebcf74da50969252aaf472ab9.tar.gz |
Merge pull request #110 from KaosMcRage/check_redis_bin
Check for redis-cli binary
-rwxr-xr-x | bin/check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}: " |