[enh] use 'root' user after ssh authentication. (#35)

This commit is contained in:
M5oul 2017-09-27 12:11:51 +02:00 committed by Alexandre Aubin
parent 0f9812d66d
commit 896e6a1e5c

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"
#####################