2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Better debug log when reading repository failed

This commit is contained in:
GONG Jie 2019-03-22 12:57:16 +08:00
parent 02f7de3c76
commit 40c4c6a22d

View File

@ -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"