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

View File

@ -21,6 +21,8 @@ ram_wipe_check_needshutdown() {
elif [ "$wipe_action" = "halt" ]; then
info "wipe-ram.sh wiperamexit: halt..."
halt --force
else
info "wipe-ram.sh wiperamexit: normal boot..."
fi
}