mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 17:24:49 -04:00
refactoring
This commit is contained in:
parent
f675f8da0d
commit
01fee8a7b4
1 changed files with 7 additions and 7 deletions
|
@ -29,17 +29,17 @@ else
|
|||
fi
|
||||
|
||||
if systemctl list-jobs | grep "poweroff.target" | grep -q "start"; then
|
||||
wram="yes"
|
||||
wact="poweroff"
|
||||
wiperamexit="yes"
|
||||
wiperamaction="poweroff"
|
||||
elif systemctl list-jobs | grep "reboot.target" | grep -q "start"; then
|
||||
wram="yes"
|
||||
wact="reboot"
|
||||
wiperamexit="yes"
|
||||
wiperamaction="reboot"
|
||||
elif systemctl list-jobs | grep "halt.target" | grep -q "start"; then
|
||||
wram="yes"
|
||||
wact="halt"
|
||||
wiperamexit="yes"
|
||||
wiperamaction="halt"
|
||||
else
|
||||
echo "$0: ERROR: No shutdown option found!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
kexec -l "$kernel" --initrd="$initrd" --reuse-cmdline --append="wiperamexit=$wram wiperamaction=$wact"
|
||||
kexec -l "$kernel" --initrd="$initrd" --reuse-cmdline --append="wiperamexit=$wiperamexit wiperamaction=$wiperamaction"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue