mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-14 09:18:23 +00:00
Tab/spaces consistency for templates
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
f7f1ba77b7
commit
c01c25fcdd
@ -336,11 +336,16 @@ apk_arch=$arch
|
|||||||
|
|
||||||
case "$arch" in
|
case "$arch" in
|
||||||
i[3-6]86)
|
i[3-6]86)
|
||||||
apk_arch=x86;;
|
apk_arch=x86
|
||||||
|
;;
|
||||||
x86)
|
x86)
|
||||||
lxc_arch=i686;;
|
lxc_arch=i686
|
||||||
x86_64|"") ;;
|
;;
|
||||||
*) die "unsupported architecture: $arch";;
|
x86_64|"")
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
die "unsupported architecture: $arch"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
: ${APK:=apk}
|
: ${APK:=apk}
|
||||||
|
Loading…
Reference in New Issue
Block a user