From 40c4c6a22dd34502feef03bb7390785ef235491c Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Fri, 22 Mar 2019 12:57:16 +0800 Subject: [PATCH] Better debug log when reading repository failed --- xCAT-server/share/xcat/tools/go-xcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index a2e9b63bd..330971547 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -2122,7 +2122,7 @@ if [[ "${RET}" -ne 0 ]] then echo "failed" echo "${ERR_MSG}" >&2 - exit "${RET}" + boo_boo_if_bad "${RET}" fi echo "done"