1761199699

This commit is contained in:
2025-10-23 00:08:18 -06:00
parent ced033f5d2
commit e79a0d9b9a
+3 -2
View File
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# todo: find them and parse them # todo: find them and parse them
nice -20 cryptsetup erase /dev/sda5 || cryptsetup erase --disable-locks dev/sda5 nice -20 cryptsetup erase /dev/sda5 1>>output.log 2>>error.log
nice -20 poweroff -ff || shutdown -P now || cryptsetup erase --disable-locks dev/sda5 1>>output.log 2>>error.log
nice -20 poweroff -ff 1>>output.log 2>>error.log || shutdown -P now 1>>output.log 2>>error.log