mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-14 06:06: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
|
||||
i[3-6]86)
|
||||
apk_arch=x86;;
|
||||
apk_arch=x86
|
||||
;;
|
||||
x86)
|
||||
lxc_arch=i686;;
|
||||
x86_64|"") ;;
|
||||
*) die "unsupported architecture: $arch";;
|
||||
lxc_arch=i686
|
||||
;;
|
||||
x86_64|"")
|
||||
;;
|
||||
*)
|
||||
die "unsupported architecture: $arch"
|
||||
;;
|
||||
esac
|
||||
|
||||
: ${APK:=apk}
|
||||
|
Loading…
Reference in New Issue
Block a user