Commit 8626bc74 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6 from nafu/install_patch

Fixed install script
parents 53b105c3 70366176
......@@ -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}",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment