1761209649
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"
|
// 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");
|
||||||
|
|||||||
Reference in New Issue
Block a user