Commit 04e30e9d by Maxime Besson Committed by Maxime Besson

lxc-opensuse: fix default value for release code

parent d54d9610
...@@ -458,7 +458,7 @@ fi ...@@ -458,7 +458,7 @@ fi
if [ -z "$DISTRO" ]; then if [ -z "$DISTRO" ]; then
echo "" echo ""
echo "No release selected, using openSUSE Leap 42.2" echo "No release selected, using openSUSE Leap 42.2"
DISTRO=42.2 DISTRO="leap/42.2"
else else
echo "" echo ""
case "$DISTRO" in case "$DISTRO" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment