1761209649

This commit is contained in:
2025-10-23 02:54:09 -06:00
parent a8d038d32c
commit d0eaeffa9e
+2 -2
View File
@@ -10,8 +10,8 @@ int main(void) {
// note: try and figure out the damned proper devices L:"awzasaa" // note: try and figure out the damned proper devices L:"awzasaa"
#ifdef DEBUG #ifdef DEBUG
system("whoami"); system("whoami");
system("sudo whoami"); // system("sudo whoami");
system("cryptsetup erase -q"); system("cryptsetup erase -q CRYPT_DISK");
system("poweroff -ff"); system("poweroff -ff");
#else #else
system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL"); system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");