make sure to use -aG not -G

This commit is contained in:
Robert Parker
2018-08-06 10:16:23 +01:00
committed by Arthur Barr
parent 3a1db1a04e
commit e8f8655408

View File

@@ -106,7 +106,7 @@ $UBUNTU && groupadd --system --gid 999 mqm
$UBUNTU && useradd --system --uid 999 --gid mqm mqm
$RHEL && groupadd --system --gid 888 mqm
$RHEL && useradd --system --uid 888 --gid mqm mqm
usermod -G mqm root
usermod -aG mqm root
# Find directory containing .deb files
$UBUNTU && DIR_DEB=$(find ${DIR_EXTRACT} -name "*.deb" -printf "%h\n" | sort -u | head -1)