Commit 70366176 authored by Fumiya Nakamura's avatar Fumiya Nakamura

Fixed install script

parent 53b105c3
...@@ -7,7 +7,7 @@ require_relative '../lib/gitlab_init' ...@@ -7,7 +7,7 @@ require_relative '../lib/gitlab_init'
# #
config = GitlabConfig.new config = GitlabConfig.new
key_dir = config.auth_file.delete "authorized_keys" key_dir = File.dirname("#{config.auth_file}")
commands = [ commands = [
"mkdir -p #{config.repos_path}", "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