boot: remove duplicated exit
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
@@ -311,5 +311,4 @@ function bootDSM () {
|
||||
KERNELLOAD="$(readConfigKey "kernelload" "${USER_CONFIG_FILE}")"
|
||||
[ "${KERNELLOAD}" == "kexec" ] && kexec -a -e || poweroff
|
||||
fi
|
||||
exit 0
|
||||
}
|
||||
Reference in New Issue
Block a user