Compare commits

...

1 Commits

Author SHA1 Message Date
32329396a9 mkvm : mode normal pour option -s 2024-01-18 00:12:51 +01:00

View File

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