Skip to content

url redirect causes install script to fail #1

@coldelectrons

Description

@coldelectrons

The script install_uboot_mtd0.sh has the following line:

VALID_UBOOT_MD5=http://jeff.doozan.com/uboot/valid-uboot.md5

to retrieve need information. However, in the shell environment of a pogo or goflex, this url is 404'd or doesn't work.

Putting the url into my desktop browser, it redirects properly. With the new url, I change the line to:

VALID_UBOOT_MD5=http://projects.doozan.com/uboot/valid-uboot.md5

and the script works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions