mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 09:19:32 +07:00
minor
This commit is contained in:
@ -46,4 +46,3 @@ install() {
|
||||
installkernel() {
|
||||
return 0
|
||||
}
|
||||
|
||||
|
@ -32,4 +32,3 @@ ram_wipe_check_needshutdown() {
|
||||
}
|
||||
|
||||
ram_wipe_check_needshutdown
|
||||
|
||||
|
@ -8,13 +8,11 @@ ram_wipe_action() {
|
||||
local kernel_wiperam_exit
|
||||
kernel_wiperam_exit=$(getarg wiperamexit)
|
||||
|
||||
|
||||
if [ "$kernel_wiperam_exit" = "no" ]; then
|
||||
info "INFO: Skip, because wiperamexit=no kernel parameter detected, OK."
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
if [ "$kernel_wiperam_exit" != "yes" ]; then
|
||||
info "INFO: Skip, becuase wiperamexit parameter is not used."
|
||||
return 0
|
||||
@ -24,5 +22,5 @@ ram_wipe_action() {
|
||||
|
||||
sdmem -l -l -v
|
||||
}
|
||||
ram_wipe_action
|
||||
|
||||
ram_wipe_action
|
||||
|
Reference in New Issue
Block a user