Commit 4ce84082 by Christian Brauner Committed by GitHub

Merge pull request #1402 from mabes/patch-1

lxc-opensuse: fix default value for release code
parents d54d9610 04e30e9d
...@@ -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