• When not signing the configuration (no -k option), there's no
    $TMP_CONFIG file and `test -f "$TMP_CONFIG"` is false. The whole line
    becomes false and the script exists 1 for `set -e`.
    
    This commit fixes that by moving the test to `if` condition.
    
    Fixes: d1a9a5c659e8 ("beta: Add support for secure-boot - see Readme.md")
    Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
    Wojtek Porczyk authored
     
    Browse Code »















  • This is a very old test image and shouldn't be in this repo.
    Since it's bit rotted remove it to avoid confusion.
    
    The image should probably be published via a different repo.
    tim authored
     
    Browse Code »