mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Merge pull request #57 from artlog/master
support symlinks within ynh-dev path
This commit is contained in:
commit
6a1c891d74
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -146,7 +146,7 @@ function start_ynhdev()
|
||||||
then
|
then
|
||||||
sudo lxc config set $BOX 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
|
fi
|
||||||
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$PWD"
|
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$(readlink -f $(pwd))"
|
||||||
set +x
|
set +x
|
||||||
info "Now attaching to the container"
|
info "Now attaching to the container"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue