fix code duplication

pull/515/head
Radomir Ochtyra 3 years ago committed by Martin Wimpress
parent 29efdbbdc0
commit 1174282660
  1. 4
      quickemu

@ -1702,11 +1702,11 @@ fi
if [ $VM_UP -eq 0 ]; then
vm_boot
start_viewer
[ -n "${MONITOR_CMD}" ] && monitor_send_cmd "${MONITOR_CMD}"
else
parse_ports_from_file
start_viewer
[ -n "${MONITOR_CMD}" ] &&monitor_send_cmd "${MONITOR_CMD}"
fi
[ -n "${MONITOR_CMD}" ] && monitor_send_cmd "${MONITOR_CMD}"
# vim:tabstop=2:shiftwidth=2:expandtab

Loading…
Cancel
Save