-Stop credentials allower from running when scripts complete
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1263 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0301f21b07
commit
5b4f1fa25d
@ -15,3 +15,4 @@ if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
getcredentials.awk xcat_client_cred | grep -v '<'|sed -e 's/</</' -e 's/>/>/' -e 's/&/&/' -e 's/"/"/' -e "s/'/'/" > /root/.xcat/client-cred.pem
|
||||
chmod 600 /root/.xcat/client-cred.pem
|
||||
cp _xcat/ca.pem /root/.xcat/ca.pem
|
||||
kill -9 $CREDPID
|
||||
|
@ -16,3 +16,4 @@ if [ ! -x /usr/sbin/stunnel ]; then #Stop if no stunnel to help the next bit
|
||||
getcredentials.awk xcat_cfgloc | grep -v '<'|sed -e 's/</</' -e 's/>/>/' -e 's/&/&/' -e 's/"/"/' -e "s/'/'/" > /etc/xcat/cfgloc
|
||||
chmod 600 /etc/xcat/cfgloc
|
||||
cp _xcat/ca.pem /etc/xcat/cert/ca.pem
|
||||
kill -9 $CREDPID
|
||||
|
Loading…
Reference in New Issue
Block a user