Afficher un message d'erreur si une VM n'arrive pas à se lancer
This commit is contained in:
parent
541416cd26
commit
893c2fc42e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public_start() {
|
||||||
QEMUSH_NAME="$1"
|
QEMUSH_NAME="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
exec "$QEMUSH_NAME" "$@"
|
"$QEMUSH_NAME" "$@" || perror "error launching virtual machine \"${QEMUSH_NAME}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
# Attach to a running virtual machine output, the latest opened if no
|
# Attach to a running virtual machine output, the latest opened if no
|
||||||
|
|
Loading…
Reference in a new issue