Skip to content

Commit

Permalink
Fix typo in lxc-net script
Browse files Browse the repository at this point in the history
Signed-off-by: adrian5 <adrian5@users.noreply.github.com>
  • Loading branch information
adrian5 committed Oct 27, 2017
1 parent f3d91bf commit 09a4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/init/common/lxc-net.in
Expand Up @@ -114,7 +114,7 @@ start() {
LXC_DOMAIN_ARG="-s $LXC_DOMAIN -S /$LXC_DOMAIN/"
fi

LXD_DHCP_CONFILE_ARG=""
LXC_DHCP_CONFILE_ARG=""
if [ -n "$LXC_DHCP_CONFILE" ]; then
LXC_DHCP_CONFILE_ARG="--conf-file=${LXC_DHCP_CONFILE}"
fi
Expand Down

0 comments on commit 09a4c38

Please sign in to comment.