From: Maxime Besson Date: Mon, 30 Jan 2017 12:08:40 +0000 (+0100) Subject: lxc-opensuse: fix default value for release code X-Git-Tag: lxc-2.1.0~207^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1402%2Fhead;p=thirdparty%2Flxc.git lxc-opensuse: fix default value for release code Signed-off-by: Maxime Besson --- diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 46a841a64..5e8686bcc 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -458,7 +458,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