Commit 10ff5ca7 authored by John Lund's avatar John Lund

Update import.md - if repository-import-<date> parent directory DNE, then...

Update import.md - if repository-import-<date> parent directory DNE, then mkdir will fail for new_group.  -p option is necessary to create missing parent directories.
parent 20375f81
......@@ -16,7 +16,7 @@
The new folder needs to have git user ownership and read/write/execute access for git user and its group:
```
sudo -u git mkdir /var/opt/gitlab/git-data/repository-import-<date>/new_group
sudo -u git mkdir -p /var/opt/gitlab/git-data/repository-import-<date>/new_group
```
### Copy your bare repositories inside this newly created folder:
......
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