Remove --debug flag when running VM.

This commit is contained in:
opi 2016-04-27 09:59:03 +02:00
parent c5e32076b5
commit 6802e648f7

View file

@ -105,7 +105,7 @@ elif [ "$1" = "run" ]; then
VERSION=$3
fi
vagrant up --debug $VERSION
vagrant up $VERSION
vagrant ssh $VERSION