Remove dumb echo from factor.sh

db4
Doug Coleman 2010-04-23 23:28:24 -05:00
parent cc546c3a94
commit e3d6ba974c
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ get_config_info() {
copy_fresh_image() {
$ECHO "Copying $FACTOR_IMAGE to $FACTOR_IMAGE_FRESH..."
$COPY $FACTOR_IMAGE $FACTOR_IMAGE_FRESH
$ECHO "done."
}
bootstrap() {