From d875a07bad32a13424329be463cebe2b78eca8fa Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 4 Feb 2015 22:08:58 -0500 Subject: [PATCH] Enable debug for otherpkgs to debug the issue that otherpkgs does not finish when install service node for sles11.3 --- xCAT/postscripts/otherpkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index da1cc02b1..085b61a74 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -22,6 +22,9 @@ #=cut #------------------------------------------------------------------------------- +#enable debug +set -x + # pmatch determines if 1st argument string is matched by 2nd argument pattern pmatch ()