redundant sha
This commit is contained in:
parent
c50a112344
commit
8b9fe76af6
@ -60,6 +60,7 @@ for ARCH in "${ARCHES[@]}"; do
|
|||||||
cp "${SOURCE}"/*.iso "${TARGET}/"
|
cp "${SOURCE}"/*.iso "${TARGET}/"
|
||||||
cp "${SOURCE}"/*.iso.manifest "${TARGET}/"
|
cp "${SOURCE}"/*.iso.manifest "${TARGET}/"
|
||||||
pushd "${TARGET}" || { echo "Could not change directory"; break; }
|
pushd "${TARGET}" || { echo "Could not change directory"; break; }
|
||||||
|
done
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
for file in *.iso; do
|
for file in *.iso; do
|
||||||
printf "# %s: %s bytes\n%s\n" \
|
printf "# %s: %s bytes\n%s\n" \
|
||||||
@ -70,7 +71,6 @@ for ARCH in "${ARCHES[@]}"; do
|
|||||||
done
|
done
|
||||||
popd || { echo "Could not change directory"; break; }
|
popd || { echo "Could not change directory"; break; }
|
||||||
done
|
done
|
||||||
done
|
|
||||||
|
|
||||||
# make a kickstart directory
|
# make a kickstart directory
|
||||||
for ARCH in "${ARCHES[@]}"; do
|
for ARCH in "${ARCHES[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user