${?}
This commit is contained in:
parent
8c4e1feeec
commit
3cd1a1d718
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ for dist in "${DISTS[@]}"; do
|
||||||
for section in "${SECTIONS[@]}"; do
|
for section in "${SECTIONS[@]}"; do
|
||||||
cd "${LOCAL_ROOT}/${dist}/${section}"
|
cd "${LOCAL_ROOT}/${dist}/${section}"
|
||||||
rm --force "${MISSING}"
|
rm --force "${MISSING}"
|
||||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null
|
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null ||
|
||||||
if [ ${?} -ne 0 ]; then
|
|
||||||
echo "${ERROR}"
|
echo "${ERROR}"
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue