1
0
Fork 0
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:
tituspijean 2023-07-23 17:32:05 +00:00
parent 35fab13ddb
commit d8b5ca5b6c

View file

@ -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