mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user