Browse Source

fix 2 script 09.05.23

root 1 year ago
parent
commit
d6c8c204b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/module-reg4uefi

+ 1 - 1
src/module-reg4uefi

@@ -36,7 +36,7 @@ function checkDep() {
36 36
 
37 37
 #--@F active module from UEFI
38 38
 function regMod() {
39
-if mokutil --import $path_script/MOK.der  then
39
+if mokutil --import $path_script/MOK.der;  then
40 40
     sudo openssl req -new -x509 -newkey rsa:2048 -keyout $pash_script/MOK.priv -outform DER -out $pash_script/MOK.der -nodes -days 36500 -subj "/CN=YOUR_NAME/"
41 41
     eval mod_ls="(" $(find /lib/modules/$(uname -r) -type f -name "$opt".ko -printf '%f\n') ")";
42 42
     if [[ "$(echo -e ${#mod_ls[@]})" != "0" ]]; then