Unverified Commit 6865ec3c by Maxime Besson Committed by Stéphane Graber

lxc-opensuse: fix default value for release code

parent 00a7a301
...@@ -459,7 +459,7 @@ fi ...@@ -459,7 +459,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