This commit is contained in:
Patrick Schleizer 2023-01-07 15:36:05 -05:00
parent d8bf40f7a2
commit 368ad8e636
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,12 +22,6 @@ ram_wipe_check_needshutdown() {
info "wipe-ram.sh wiperamexit: halt..."
halt --force
fi
if [ "$wipe_action" = "error" ]; then
info "wipe-ram.sh wiperamexit: Choice of shutdown option led to an error. Shutting down..."
sleep 5
poweroff --force
fi
}
ram_wipe_check_needshutdown