mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Somehow, need to use --provision now when rebuilding the box
This commit is contained in:
parent
dfe49ea191
commit
1d8185103f
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -171,7 +171,7 @@ function rebuild_ynhdev()
|
|||
cd prebuild
|
||||
|
||||
# Create box
|
||||
vagrant up $BOX --provider=lxc || critical "Could not create the box ?"
|
||||
vagrant up $BOX --provider=lxc --provision || critical "Could not create the box ?"
|
||||
|
||||
# Package box
|
||||
rm -f /tmp/ynh-dev.box
|
||||
|
|
Loading…
Add table
Reference in a new issue