Skip to content

Commit

Permalink
Add missing license information
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Aug 21, 2024
1 parent 7a780b7 commit 2051eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Robot-Framework/test-suites/efibootmgr/efiboot_mod_script
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII)
# SPDX-License-Identifier: Apache-2.0

for f in $(efibootmgr | grep Linux | awk 'NR > 0 {print $1}' | cut -c 5-8)
do
sudo efibootmgr -q -b ${f} -B
Expand Down

0 comments on commit 2051eec

Please sign in to comment.