From 06913cc3ef39425505eeb1e8aaf5b694ca169f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B6gl-Brunner=20Michel?= Date: Fri, 7 Feb 2025 09:03:34 +0100 Subject: [PATCH] update opensens-vm.sh --- vm/opnsense-vm.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vm/opnsense-vm.sh b/vm/opnsense-vm.sh index b1158f4c..05b13852 100644 --- a/vm/opnsense-vm.sh +++ b/vm/opnsense-vm.sh @@ -672,8 +672,6 @@ if [ "$START_VM" == "yes" ]; then send_line_to_vm "0" msg_ok "Started OpenSense VM" - - fi msg_ok "Completed Successfully!\n" if [ "$IP_ADDR" != "" ]; then @@ -681,5 +679,5 @@ if [ "$IP_ADDR" != "" ]; then echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${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}" + echo -e "${INFO}${BGN}To find the IP login to the VM shell${CL}" fi