diff --git a/SVirtualBox b/SVirtualBox index 85ca4b3..ff0e61b 100755 --- a/SVirtualBox +++ b/SVirtualBox @@ -112,6 +112,7 @@ $(array_join rvms " fi if [ -n "$vm" ]; then + estep "Démarrage de $vm${headless:+ en tâche de fond}" VBoxManage -q startvm ${headless:+--type headless} "$vm" "$@" else ewarn "Aucune VM à démarrer n'a été trouvée" @@ -123,6 +124,7 @@ elif [ "$action" == stop ]; then fi if [ -n "$vm" ]; then + estep "Arrêt de $vm avec la méthode $stopaction" VBoxManage -q controlvm "$vm" "$stopaction" fi