From a692c1e47b4f5c221d9ed13a24f5c74336601558 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 5 Feb 2019 17:06:37 +0100 Subject: [PATCH] Fix error in determin LX Containers path. --- create-lx-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-lx-container.sh b/create-lx-container.sh index be949a1..daaa73b 100755 --- a/create-lx-container.sh +++ b/create-lx-container.sh @@ -255,7 +255,7 @@ echo "" echononl "\033[1mRoot directory for LX Containers [$DEFAULT_LXC_CONTAINER_DIR]:\033[m " read LXC_CONTAINER_DIR if [[ -z "$(trim $LXC_CONTAINER_DIR)" ]] ; then - LXC_CONTAINER_DIR="$LXC_CONTAINER_DIR" + LXC_CONTAINER_DIR="$DEFAULT_LXC_CONTAINER_DIR" fi echo ""