switching to root
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
||||
- run:
|
||||
name: "Creating user"
|
||||
command: |
|
||||
su root && \
|
||||
groupadd -g 888 configuser && \
|
||||
useradd -r -u 888 -m -g configuser configuser
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user