diff options
Diffstat (limited to 'recipes-core')
-rwxr-xr-x | recipes-core/multitech/cell-radio-fwswitch/cell-radio-fwswitch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/cell-radio-fwswitch/cell-radio-fwswitch.sh b/recipes-core/multitech/cell-radio-fwswitch/cell-radio-fwswitch.sh index 94c69ca..fdf21f0 100755 --- a/recipes-core/multitech/cell-radio-fwswitch/cell-radio-fwswitch.sh +++ b/recipes-core/multitech/cell-radio-fwswitch/cell-radio-fwswitch.sh @@ -1,7 +1,7 @@ #!/bin/sh -if [ $# -gt 1 ] || [ $# -lt 0 ]; then +if [ $# -gt 2 ] || [ $# -lt 1 ]; then echo "\ Usage: $0 <image_id> [timeout] image_id <0|1> : for dual FW image SKU-s, the id of the image to switch to |