From 4116445f88d4db39a5c6c7b0be5b76ac449f6f58 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 3 Oct 2013 10:36:05 -0400 Subject: [PATCH] update again to log --- xCAT/postscripts/xcatflowrequest | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT/postscripts/xcatflowrequest b/xCAT/postscripts/xcatflowrequest index 64a04c760..fc09d59d9 100644 --- a/xCAT/postscripts/xcatflowrequest +++ b/xCAT/postscripts/xcatflowrequest @@ -4,7 +4,6 @@ # ready to process the request # It is called by xcatdsklspost before calling getpostscripts.awk # it is called by remoteshell before calling getcredentials.awk -# # check bash version, if < 4 then cannot use autodetect of next FD bashversion=$BASH_VERSION bashversionnum=`echo $bashversion | cut -d. -f1`