summaryrefslogtreecommitdiff
path: root/utils/lxc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-xutils/lxc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh
index 723451115..32f0ad9b3 100755
--- a/utils/lxc.sh
+++ b/utils/lxc.sh
@@ -135,6 +135,8 @@ main() {
local exit_val
local _usage="unknown or missing $1 command $2"
+ lxc_distro_setup
+
# don't check prerequisite when in recursion
if [[ ! $1 == __* ]] && [[ ! $1 == --help ]]; then
if ! in_container; then