cd/exit
This commit is contained in:
parent
a596a8868c
commit
efad854652
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ REMOTE_ROOT="https://deb.debian.org/${DEBIAN_ROOT}"
|
||||||
|
|
||||||
for dist in "${DISTS[@]}"; do
|
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}" ||
|
||||||
|
echo "${ERROR}"
|
||||||
rm --force "${MISSING}"
|
rm --force "${MISSING}"
|
||||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null ||
|
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null ||
|
||||||
echo "${ERROR}"
|
echo "${ERROR}"
|
||||||
|
|
Loading…
Reference in a new issue