Browse Source

Обновить 'src/module-reg4uefi'

Берсенев Валерий 1 year ago
parent
commit
b7bb65e385
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/module-reg4uefi

+ 1 - 1
src/module-reg4uefi

@@ -10,7 +10,7 @@ if [[ "$(echo -e ${#mod_ls[@]})" != "0' ]]; then
10 10
      echo "Signing ${mod_ls[$i_md]}"
11 11
      /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 \
12 12
                             $path_script/MOK.priv \
13
-                            $path_script/MOK.der "$modfile"
13
+                            $path_script/MOK.der "${mod_ls[$i_md]}"
14 14
     done
15 15
 else
16 16
 	echo "Not found module.."