mkvm : mode normal pour option -s

This commit is contained in:
phil 2024-01-18 00:12:51 +01:00
parent 99672bef0d
commit 01e06119a5

View File

@ -137,5 +137,5 @@ else
exit 2
fi
if [[ $startmode == 1 ]] ; then
vboxmanage startvm "${vm}" --type headless
vboxmanage startvm "${vm}"
fi