From 06b7efd443722907d3def68294ed76445a1c5c4c Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT/postscripts/getinv --- xCAT/postscripts/getinv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/getinv b/xCAT/postscripts/getinv index f452b7256..859bbd1f6 100755 --- a/xCAT/postscripts/getinv +++ b/xCAT/postscripts/getinv @@ -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