move an echo around
This commit is contained in:
parent
3eeab7dca4
commit
4110d78b3e
|
@ -57,8 +57,8 @@ for image in $BOOT_IMAGES; do
|
|||
elif [ ! "$DI_WWW_HOME" ];then
|
||||
if [ ! "$DI_DIR" ];then
|
||||
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||
echo "Copying images from $DI_DIR"
|
||||
fi
|
||||
echo "Copying images from $DI_DIR"
|
||||
cp "$DI_DIR/$image" "$image"
|
||||
else
|
||||
wget "$DI_WWW_HOME/$image" -O "$image"
|
||||
|
|
|
@ -70,8 +70,8 @@ for image in $BOOT_IMAGES; do
|
|||
elif [ ! "$DI_WWW_HOME" ];then
|
||||
if [ ! "$DI_DIR" ];then
|
||||
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
|
||||
echo "Copying images from $DI_DIR"
|
||||
fi
|
||||
echo "Copying images from $DI_DIR"
|
||||
cp "$DI_DIR/$image" "$image"
|
||||
else
|
||||
wget "$DI_WWW_HOME/$image" -O "$image"
|
||||
|
|
Loading…
Reference in New Issue