Update lapse.mjs

This commit is contained in:
ps3120
2025-05-23 13:56:52 +02:00
committed by GitHub
parent 0040f75119
commit 802ff07d9b
-9
View File
@@ -1713,15 +1713,6 @@ export async function kexploit() {
return new Promise(() => {});
}
// If setuid is successful, we dont need to run the kexploit again
try {
if (sysi('setuid', 0) == 0) {
log("Not running kexploit again.")
return;
}
}
catch (e) {}
// fun fact:
// if the first thing you do since boot is run the web browser, WebKit can
// use all the cores