#!/bin/sh

set -e

if [ "$1" = "triggered" ]; then
    FLASH_KERNEL_NOTRIGGER=y flash-kernel
fi


