mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:13:40 +07:00
long options
This commit is contained in:
parent
51a5f68c76
commit
6e0926eece
@ -73,12 +73,12 @@ dmsetup_actual_output: '$dmsetup_actual_output'"
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
if kexec -e ; then
|
||||
info "wipe-ram.sh: kexec -e succeeded"
|
||||
if kexec --exec ; then
|
||||
info "wipe-ram.sh: kexec --exec succeeded."
|
||||
return 0
|
||||
fi
|
||||
|
||||
warn "wipe-ram.sh: kexec -e failed"
|
||||
warn "wipe-ram.sh: kexec --exec failed!"
|
||||
sleep 5
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user