kayos@tcp.direct 2024-07-18 00:06:35 -07:00
parent ce15213009
commit e20248db68
No known key found for this signature in database
GPG key ID: 4B841471B4BEE979
3 changed files with 3 additions and 117 deletions

View file

@ -83,7 +83,7 @@ func Set_KernelStub(isRoot bool) {
// Run and log, check for errors
common.ErrorCheck(command.ExecAndLogSudo(isRoot, true,
fmt.Sprintf("kernelstub -a \"%s\"", kernel_args),
"kernelstub -a "+fmt.Sprintf("\"%s\"", kernel_args),
),
"Error, kernelstub command returned exit code 1",
)