2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Enable debug for otherpkgs to debug the issue that otherpkgs does not finish when install service node for sles11.3

This commit is contained in:
daniceexi 2015-02-04 22:08:58 -05:00
parent 7f90f85103
commit d875a07bad

View File

@ -22,6 +22,9 @@
#=cut
#-------------------------------------------------------------------------------
#enable debug
set -x
# pmatch determines if 1st argument string is matched by 2nd argument pattern
pmatch ()