2
0
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:
GONG Jie 2017-12-31 23:59:59 +00:00
parent d4aabbc7ec
commit 06b7efd443

View File

@ -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