mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:19:52 +07:00
boot: remove duplicated exit
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
ca1c372d43
commit
5e10296de9
@ -311,5 +311,4 @@ function bootDSM () {
|
||||
KERNELLOAD="$(readConfigKey "kernelload" "${USER_CONFIG_FILE}")"
|
||||
[ "${KERNELLOAD}" == "kexec" ] && kexec -a -e || poweroff
|
||||
fi
|
||||
exit 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user