Explorar el Código

Update haos-vm.sh

tteckster hace 3 años
padre
commit
0491c4dbdb
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. 7 4
      vm/haos-vm.sh

+ 7 - 4
vm/haos-vm.sh

@@ -188,8 +188,11 @@ echo -e "${CM} ${CL} \r"
   sed -i 's/$/ console=ttyS0/' ${TEMP_MOUNT}/cmdline.txt
   sed -i 's/$/ console=ttyS0/' ${TEMP_MOUNT}/cmdline.txt
   qm set $VMID -serial0 socket >/dev/null
   qm set $VMID -serial0 socket >/dev/null
 )
 )
-#echo -en "${GN} Starting Home Assistant OS VM... "
-#qm start $VMID
-#echo -e "${CM} ${CL} \n"
+echo -en "${GN} Starting Home Assistant OS VM... "
+qm start $VMID
+sleep 15
+echo -e "${CM} ${CL} \n"
+CURRENT_IP=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1  -d'/')
+echo -e "${CURRENT_IP}"
 
 
-echo -e "${GN} Completed Successfully!${CL} (${VM_NAME}) VM ID is ${BL}${VMID}${CL} \n"
+echo -e "${GN} Completed Successfully!${CL} (${VM_NAME}) VM ID is ${BL}${VMID}${CL} IP is ${BL}${CURRENT_IP}${CL}\n"