${?}
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
|
||||
cd "${LOCAL_ROOT}/${dist}/${section}"
|
||||
rm --force "${MISSING}"
|
||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null
|
||||
if [ ${?} -ne 0 ]; then
|
||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null ||
|
||||
echo "${ERROR}"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue