mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fix code duplication
This commit is contained in:
parent
29efdbbdc0
commit
1174282660
1 changed files with 2 additions and 2 deletions
4
quickemu
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…
Add table
Add a link
Reference in a new issue