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.

This commit is contained in:
John Lund 2019-05-22 19:28:41 +00:00
parent 20375f811a
commit 10ff5ca77e

View file

@ -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: