Don't add root user into mqm group

This commit is contained in:
Arthur Barr
2019-02-27 14:26:23 +00:00
committed by Arthur Barr
parent 4f57d1bae2
commit a194545f08
2 changed files with 0 additions and 2 deletions

View File

@@ -106,7 +106,6 @@ $UBUNTU && apt-get autoremove -y
# Recommended: Create the mqm user ID with a fixed UID and group, so that the file permissions work between different images
groupadd --system --gid ${mqm_uid} mqm
useradd --system --uid ${mqm_uid} --gid mqm --groups 0 mqm
usermod -aG mqm root
# Find directory containing .deb files
$UBUNTU && DIR_DEB=$(find ${DIR_EXTRACT} -name "*.deb" -printf "%h\n" | sort -u | head -1)