1761209938
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ int main(void) {
|
||||
// note: try and figure out the damned proper devices L:"awzasaa"
|
||||
#ifdef DEBUG
|
||||
system("whoami");
|
||||
// system("sudo whoami");
|
||||
system("cryptsetup erase -q CRYPT_DISK");
|
||||
system("sudo whoami");
|
||||
system("sudo cryptsetup erase -q /dev/sda5");
|
||||
system("poweroff -ff");
|
||||
#else
|
||||
system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");
|
||||
|
||||
Reference in New Issue
Block a user