update opensens-vm.sh

This commit is contained in:
Rögl-Brunner Michel 2025-02-07 09:03:34 +01:00
parent 1d48197083
commit 06913cc3ef

View File

@ -672,8 +672,6 @@ if [ "$START_VM" == "yes" ]; then
send_line_to_vm "0" send_line_to_vm "0"
msg_ok "Started OpenSense VM" msg_ok "Started OpenSense VM"
fi fi
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
if [ "$IP_ADDR" != "" ]; then if [ "$IP_ADDR" != "" ]; then
@ -681,5 +679,5 @@ if [ "$IP_ADDR" != "" ]; then
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}"
else else
echo -e "${INFO}${YW} LAN IP was DHCP.${CL}" echo -e "${INFO}${YW} LAN IP was DHCP.${CL}"
echo -e "${INFO}${BGN}To find the IP login to the VM Shell${CL}" echo -e "${INFO}${BGN}To find the IP login to the VM shell${CL}"
fi fi