make sure to use -aG not -G
This commit is contained in:
committed by
Arthur Barr
parent
3a1db1a04e
commit
e8f8655408
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user