[enh] use 'root' user after ssh authentication.

This commit is contained in:
Moul 2017-09-27 11:56:11 +02:00
parent 0f9812d66d
commit 44e1e8f0ee

View file

@ -194,7 +194,7 @@ VERSION as stable, testing or unstable /!\ "
echo ""
# Log into the VM
vagrant ssh $VMNAME
vagrant ssh $VMNAME -c "sudo -i"
#####################