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:
parent
20375f811a
commit
10ff5ca77e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue