Remove GitLab user
This commit is contained in:
parent
2600d08f65
commit
d2ed33224a
1 changed files with 4 additions and 0 deletions
|
@ -162,3 +162,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**
|
||||
|
||||
```bash
|
||||
sudo userdel -r gitlab
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue