Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35a8431

Browse files
committedJan 22, 2025··
scripts/dts-boot: Allow interrupting update in FUM
Signed-off-by: Pawel Langowski <[email protected]>
1 parent f0ff464 commit 35a8431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/dts-boot

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ source $DTS_HAL
4747

4848
if [ -f $FUM_EFIVAR ]; then
4949
$SBIN_DIR/dasharo-deploy update fum
50-
else
51-
$SBIN_DIR/dts
5250
fi
51+
52+
$SBIN_DIR/dts

0 commit comments

Comments
 (0)
Please sign in to comment.