boot: fix codestyle

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2023-12-30 23:23:28 +01:00
parent eae6d0b553
commit 5f3e7cf629

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."
[ ! -n "${IPCON}" ] && "IPCON="${IP}"
[ ! -n "${IPCON}" ] && IPCON="${IP}"
break
fi
COUNT=$((${COUNT} + 1))