update opensens-vm.sh

This commit is contained in:
Rögl-Brunner Michel 2025-02-07 10:06:02 +01:00
parent 669aa4fc84
commit c7ca071a1b

View File

@ -661,7 +661,7 @@ fi
msg_ok "Completed Successfully!\n"
if [ "$IP_ADDR" != "" ]; then
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP_ADDR}${CL}"
else
echo -e "${INFO}${YW} LAN IP was DHCP.${CL}"
echo -e "${INFO}${BGN}To find the IP login to the VM shell${CL}"