9921cf571a2796504a46defdd6647fd43de1f74c
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.045953 seconds and 3 git commands to generate.