create the loadl group with -g
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7456 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7d48ccc282
commit
cafbfde02a
@ -54,7 +54,7 @@ if [ $OS != "AIX" ]; then
|
||||
# Being run from a stateful install postscript
|
||||
# Copy rpms directly from the xCAT management node and install
|
||||
groupadd $loadl_group
|
||||
useradd -G $loadl_group $loadl_admin
|
||||
useradd -g $loadl_group $loadl_admin
|
||||
mkdir -p /tmp/loadl
|
||||
rm -f -R /tmp/loadl/*
|
||||
cd /tmp/loadl
|
||||
|
Loading…
Reference in New Issue
Block a user