diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-08 04:37:28 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-08 04:37:28 -0800 |
| commit | 8626bc749efa863cd4e3a5ec07a3fc1a9926d0ac (patch) | |
| tree | e71be0650b42b7f6104e2ae3ff9dd4b95927f606 | |
| parent | 53b105c320e243e269077e2d1f5cd8faf4649de5 (diff) | |
| parent | 70366176b18107417bc0044a5506dd2fdfe40368 (diff) | |
| download | gitlab-shell-8626bc749efa863cd4e3a5ec07a3fc1a9926d0ac.tar.gz | |
Merge pull request #6 from nafu/install_patch
Fixed install script
| -rwxr-xr-x | bin/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install b/bin/install index d7cb257..6b23df8 100755 --- a/bin/install +++ b/bin/install @@ -7,7 +7,7 @@ require_relative '../lib/gitlab_init' # config = GitlabConfig.new -key_dir = config.auth_file.delete "authorized_keys" +key_dir = File.dirname("#{config.auth_file}") commands = [ "mkdir -p #{config.repos_path}", |
