mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-02 11:37:07 +00:00
Remove trailing spaces in file xCAT/postscripts/getinv
This commit is contained in:
parent
d4aabbc7ec
commit
06b7efd443
@ -40,7 +40,7 @@ while [ ! -f $xml_file ] || grep error $xml_file; do
|
||||
timer=$(($timer-1));
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
if [ -f /etc/xcat/cert.pem -a -f /etc/xcat/certkey.pem ]; then
|
||||
cat $tmp_file | openssl s_client -key /etc/xcat/certkey.pem -cert /etc/xcat/cert.pem -connect $XCATDEST -quiet 2> /dev/null > $xml_file
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user