Skip to content
Snippets Groups Projects
Commit 49cbfc96 authored by Bussi Andrea's avatar Bussi Andrea
Browse files

When using '--update', warn that you cannot use 'vm-start' to start the VM!

parent 929ab5e3
No related branches found
No related tags found
No related merge requests found
......@@ -256,5 +256,18 @@ else
fi
echo "OK"
if [[ ${UPDATE} == 1 ]]; then
cat <<EOF2
*****************************************************************
Do not start the VM with 'vm-start', just use the VirtualBox GUI.
*****************************************************************
EOF2
fi
echo
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment