Merge pull request #7422 from bbodenmiller/rm-gitlab-user
Add command to remove GitLab user
This commit is contained in:
commit
d4f5af820f
1 changed files with 4 additions and 0 deletions
|
@ -163,3 +163,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|
||||||
```
|
```
|
||||||
|
|
||||||
**P.S. If everything works as expected you can remove gitlab user from system**
|
**P.S. If everything works as expected you can remove gitlab user from system**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo userdel -r gitlab
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue