mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Build sometimes failing because things go too fast and the network stack isnt started yet, so adding a small delay as a quick and dirty fix
This commit is contained in:
parent
33d984b6f6
commit
eb02841546
1 changed files with 1 additions and 0 deletions
1
ynh-dev
1
ynh-dev
|
@ -200,6 +200,7 @@ function rebuild_ynhdev()
|
|||
sudo lxc config set $BOX-rebuild security.nesting true # Need this for buster because it is using apparmor
|
||||
fi
|
||||
sudo lxc restart $BOX-rebuild
|
||||
sleep 5
|
||||
sudo lxc exec $BOX-rebuild -- apt install curl -y
|
||||
if [[ "$DIST" == "buster" ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue