3 platform_check_image
() {
4 [ "$ARGC" -gt 1 ] && return 1
6 case "$(get_magic_word "$1")" in
10 echo "Invalid image type. Please use only .trx files"
16 # use default for platform_do_upgrade()
This page took 0.045263 seconds and 5 git commands to generate.