Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2015-11-06 10:56:27 -05:00
parent 5e04c14881
commit f751098f2f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function install_lxd {
echo_summary "Checing LXD installation"
if is_ubuntu; then
if ! ( is_package_installed lxd ); then
install_packge lxd
install_package lxd
fi
add_user_to_group $STACK_USER $LXD_GROUP