boot: remove duplicated exit

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-02 20:31:56 +02:00
parent ca1c372d43
commit 5e10296de9

View File

@ -311,5 +311,4 @@ function bootDSM () {
KERNELLOAD="$(readConfigKey "kernelload" "${USER_CONFIG_FILE}")"
[ "${KERNELLOAD}" == "kexec" ] && kexec -a -e || poweroff
fi
exit 0
}