boot: little fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2023-12-30 18:15:33 +01:00
parent ef5f820852
commit d3a0a297e3

View File

@@ -197,7 +197,7 @@ elif [ "${DIRECTBOOT}" = "false" ]; then
if [ -n "${IP}" ]; then
SPEED=$(ethtool ${N} | grep "Speed:" | awk '{print $2}')
echo -e "\r\033[1;37m${DRIVER} (${SPEED} | ${MSG}):\033[0m Access \033[1;34mhttp://${IP}:5000\033[0m to connect to DSM via web."
IPCON="${IP}"
[ ! -n "${IPCON}" ] && "IPCON="${IP}"
break
fi
COUNT=$((${COUNT} + 1))