switching to root

This commit is contained in:
Ryan Baxter
2018-03-18 07:27:20 -04:00
parent 38611c8b5d
commit ae4b597a81

View File

@@ -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: