mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Remove --debug flag when running VM.
This commit is contained in:
parent
c5e32076b5
commit
6802e648f7
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -105,7 +105,7 @@ elif [ "$1" = "run" ]; then
|
|||
VERSION=$3
|
||||
fi
|
||||
|
||||
vagrant up --debug $VERSION
|
||||
vagrant up $VERSION
|
||||
vagrant ssh $VERSION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue