mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Aaannd typo
This commit is contained in:
parent
fc08a7e515
commit
03cdffca88
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ LXC_CREATE () {
|
||||||
if lxc remote list | grep -q "yunohost" && lxc image list yunohost:$LXC_BASE | grep -q -w $LXC_BASE; then
|
if lxc remote list | grep -q "yunohost" && lxc image list yunohost:$LXC_BASE | grep -q -w $LXC_BASE; then
|
||||||
# Force the usage of the fingerprint because otherwise for some reason lxd won't use the newer version
|
# Force the usage of the fingerprint because otherwise for some reason lxd won't use the newer version
|
||||||
# available even though it's aware it exists -_-
|
# available even though it's aware it exists -_-
|
||||||
LXC_BASE_HASH="$(lxc image list $LXC_BASE --format json | jq -r '.[].fingerprint')"
|
LXC_BASE_HASH="$(lxc image list yunohost:$LXC_BASE --format json | jq -r '.[].fingerprint')"
|
||||||
lxc launch yunohost:$LXC_BASE_HASH $LXC_NAME \
|
lxc launch yunohost:$LXC_BASE_HASH $LXC_NAME \
|
||||||
-c security.nesting=true \
|
-c security.nesting=true \
|
||||||
-c security.privileged=true \
|
-c security.privileged=true \
|
||||||
|
|
Loading…
Add table
Reference in a new issue