kayos@tcp.direct 2024-06-19 14:04:10 -07:00
parent 7fddd4d073
commit ce15213009
No known key found for this signature in database
GPG key ID: 4B841471B4BEE979
3 changed files with 117 additions and 3 deletions

View file

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