summaryrefslogtreecommitdiffstats
path: root/lib/container/create
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container/create')
-rwxr-xr-xlib/container/create2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/create b/lib/container/create
index 3411832..82acac2 100755
--- a/lib/container/create
+++ b/lib/container/create
@@ -103,7 +103,7 @@ then
exit 1
fi
-SCRIPT="${SCRIPT:-debootstrap}"
+SCRIPT="${SCRIPT:-debian}"
if [ ! -e "/usr/share/container-tools/scripts/${SCRIPT}" ]
then