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"