This commit is contained in:
Patrick Schleizer
2023-01-07 12:49:18 -05:00
parent 999a82ed94
commit c2b20603fd
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ ram_wipe_check_needshutdown() {
wipe_action=$(getarg wiperamaction)
wait $(pgrep sdmem)
info "DONE WAITING..."
info "wipe-ram.sh wiperamexit: DONE WAITING..."
if [ "$wipe_action" = "reboot" ]; then
reboot -f
@ -25,7 +25,7 @@ ram_wipe_check_needshutdown() {
fi
if [ "$wipe_action" = "error" ]; then
info "Choice of shutdown option led to an error. Shutting down..."
info "wipe-ram.sh wiperamexit: Choice of shutdown option led to an error. Shutting down..."
sleep 5
poweroff -f
fi