diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-05 16:01:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-05 16:01:34 +0000 |
commit | 1b30f2804b6f5c59ab10eec4d850332a762a15e3 (patch) | |
tree | 9c68aa41b6b4de7a494ec836799739b02b25b428 /testing/lxd | |
parent | 20ee1c940b42dc385a3bf563ab40cf7192b5987a (diff) | |
download | aports-1b30f2804b6f5c59ab10eec4d850332a762a15e3.tar.bz2 aports-1b30f2804b6f5c59ab10eec4d850332a762a15e3.tar.xz |
testing/lxd: fixed confd syntax
Diffstat (limited to 'testing/lxd')
-rw-r--r-- | testing/lxd/lxd.confd | 2 |
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" |