This commit is contained in:
Patrick Schleizer 2022-07-28 09:56:24 -04:00
parent a6bee1493d
commit 82da4ed18f
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -59,7 +59,7 @@ ram_wipe() {
if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then
echo "INFO: wipe-ram.sh: Success, there are no more mounted encrypted disks, OK." > /dev/kmsg echo "INFO: wipe-ram.sh: Success, there are no more mounted encrypted disks, OK." > /dev/kmsg
## This should probably be removed in production?
sleep 3 sleep 3
else else
echo "\ echo "\
@ -68,7 +68,7 @@ WARNING: wipe-ram.sh:There are still mounted encrypted disks! RAM wipe failed!
debugging information: debugging information:
dmsetup_expected_output: '$dmsetup_expected_output' dmsetup_expected_output: '$dmsetup_expected_output'
dmsetup_actual_output: '$dmsetup_actual_output'" > /dev/kmsg dmsetup_actual_output: '$dmsetup_actual_output'" > /dev/kmsg
## How else could the user be informed that something is wrong?
sleep 5 sleep 5
fi fi