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
|
||||
lxc config set core.https_address [::]
|
||||
else
|
||||
lxd init --auto --storage-backend=dir
|
||||
lxd init --auto #--storage-backend=dir
|
||||
fi
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue