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
if [ -z "$DISTRO" ]; then
echo ""
echo "No release selected, using openSUSE Leap 42.2"
DISTRO=42.2
DISTRO="leap/42.2"
else
echo ""
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