This commit is contained in:
Patrick Schleizer 2023-01-07 15:13:36 -05:00
parent bb2f0a3c44
commit 822cf64618
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -34,7 +34,8 @@ elif systemctl list-jobs | grep "halt.target" | grep -q "start"; then
wiperamexit="yes"
wiperamaction="halt"
else
echo "$0: INFO: No shutdown option found!"
## Could be kexec.target.
echo "$0: INFO: Neither poweroff, reboot or halt. Therefore skipping kexec load, ok."
exit 0
fi