removing switching to root

This commit is contained in:
Ryan Baxter
2018-03-18 07:31:22 -04:00
parent ae4b597a81
commit 8ec94181d0

View File

@@ -24,7 +24,6 @@ jobs:
- run:
name: "Creating user"
command: |
su root && \
groupadd -g 888 configuser && \
useradd -r -u 888 -m -g configuser configuser
- run: