mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Late night copypasta
This commit is contained in:
parent
913003acb3
commit
33d984b6f6
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -144,7 +144,7 @@ function start_ynhdev()
|
|||
sudo lxc config set $BOX security.privileged true
|
||||
if [[ "$DIST" == "buster" ]]
|
||||
then
|
||||
sudo lxc config set $BOX-rebuild security.nesting true # Need this for buster because it is using apparmor
|
||||
sudo lxc config set $BOX security.nesting true # Need this for buster because it is using apparmor
|
||||
fi
|
||||
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$PWD"
|
||||
set +x
|
||||
|
|
Loading…
Reference in a new issue