move an echo around

This commit is contained in:
Joey Hess 2006-08-24 18:52:10 +00:00
parent 3eeab7dca4
commit 4110d78b3e
2 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ for image in $BOOT_IMAGES; do
elif [ ! "$DI_WWW_HOME" ];then elif [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then if [ ! "$DI_DIR" ];then
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images" DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
echo "Copying images from $DI_DIR"
fi fi
echo "Copying images from $DI_DIR"
cp "$DI_DIR/$image" "$image" cp "$DI_DIR/$image" "$image"
else else
wget "$DI_WWW_HOME/$image" -O "$image" wget "$DI_WWW_HOME/$image" -O "$image"

View File

@ -70,8 +70,8 @@ for image in $BOOT_IMAGES; do
elif [ ! "$DI_WWW_HOME" ];then elif [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then if [ ! "$DI_DIR" ];then
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images" DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
echo "Copying images from $DI_DIR"
fi fi
echo "Copying images from $DI_DIR"
cp "$DI_DIR/$image" "$image" cp "$DI_DIR/$image" "$image"
else else
wget "$DI_WWW_HOME/$image" -O "$image" wget "$DI_WWW_HOME/$image" -O "$image"