aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-05 16:01:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-05 16:01:34 +0000
commit1b30f2804b6f5c59ab10eec4d850332a762a15e3 (patch)
tree9c68aa41b6b4de7a494ec836799739b02b25b428
parent20ee1c940b42dc385a3bf563ab40cf7192b5987a (diff)
downloadaports-1b30f2804b6f5c59ab10eec4d850332a762a15e3.tar.bz2
aports-1b30f2804b6f5c59ab10eec4d850332a762a15e3.tar.xz
testing/lxd: fixed confd syntax
-rw-r--r--testing/lxd/lxd.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd
index 3d553276a5..d957dc6fdf 100644
--- a/testing/lxd/lxd.confd
+++ b/testing/lxd/lxd.confd
@@ -1,5 +1,5 @@
# Group which owns the shared socket
-LXD_OPTIONS+=" --group lxd"
+LXD_OPTIONS=" --group lxd"