From 739cd98bd0fbfc935fc128af6ec2835ed09c10bf 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-server/share/xcat/install/scripts/pre.ubuntu.ppc64 --- xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 index 27bfb4f77..b410b181f 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 +++ b/xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 @@ -62,7 +62,7 @@ if [ "\$1" = "install_monitor" ]; then cmd="" while [ "\$cmd" != "done" ]; do read cmd remainder - + if [ "\$cmd" == "ready" ]; then echo "installmonitor" fi @@ -73,13 +73,13 @@ fi # # If the script was called with the "installstatus" argument, stdin and stdout are -# connected to an xCAT daemon on the master. +# connected to an xCAT daemon on the master. # Write the "installstatus xx" request to the daemon to update thenode installation status. if [ "\$1" = "installstatus" ]; then cmd="" while [ "\$cmd" != "done" ]; do read cmd remainder - + if [ "\$cmd" == "ready" ]; then echo "installstatus \$2" fi