mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Tweak lxd init to support already-installed lxd
This commit is contained in:
parent
35fab13ddb
commit
d8b5ca5b6c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ EOF
|
||||||
rm ./preseed.conf
|
rm ./preseed.conf
|
||||||
lxc config set core.https_address [::]
|
lxc config set core.https_address [::]
|
||||||
else
|
else
|
||||||
lxd init --auto --storage-backend=dir
|
lxd init --auto #--storage-backend=dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue