1761201828
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ lsblk --list | awk '{printf "%s%s\n", "/dev/",$1}' | tail -n +2 | \
|
|||||||
if [ $(cryptsetup isLuks cryptsetup $device) -eq 0 ]; then
|
if [ $(cryptsetup isLuks cryptsetup $device) -eq 0 ]; then
|
||||||
# nuke the luks headers
|
# nuke the luks headers
|
||||||
nice -20 cryptsetup erase -q $device 1>>$output_log 2>>$error_log || cryptsetup erase -q --disable-lock $device 1>>$output_log 2>>$error_log
|
nice -20 cryptsetup erase -q $device 1>>$output_log 2>>$error_log || cryptsetup erase -q --disable-lock $device 1>>$output_log 2>>$error_log
|
||||||
# immediate halt poweroff
|
# immediate halt power
|
||||||
nice -20 poweroff -ff 1>>$output_log 2>>$error_log || shutdown -P now 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
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user