From 05b23e865df67073fa932ed009252dfcd9c64ca4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 6 Apr 2022 22:32:06 +0200 Subject: [PATCH] fix secure boot keys script --- usr/bin/archboot-secureboot-keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-secureboot-keys.sh b/usr/bin/archboot-secureboot-keys.sh index 2e22f4725..2b6283f27 100755 --- a/usr/bin/archboot-secureboot-keys.sh +++ b/usr/bin/archboot-secureboot-keys.sh @@ -68,7 +68,7 @@ EOF DIRS="DB KEK MOK PK noPK" for i in $DIRS; do [[ ! -d "$i" ]] && mkdir "$i" - mv "$i.*" "$i" + mv "${i}".* "${i}" done mv DB db [[ ! -d "GUID" ]] && mkdir GUID