1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2025-06-24 01:54:46 +00:00

Compare commits

..

No commits in common. "96c78bebf51560f7313440ec6ab1bd56ce51d190" and "fbb2a909dbcd291a268b1943e2257eb44e89c231" have entirely different histories.

View File

@ -715,7 +715,7 @@ EOF
return 0
}
options=$(getopt -o hp:n:a:r:cI:FS: -l arch:,auth-key:,clean,help,enable-non-free,keyring:,mirror:,name:,packages:,path:,release:,rootfs:,security-mirror:,interpreter-path:,flush-cache -- "$@")
options=$(getopt -o hp:n:a:r:cI:FS: -l arch:,auth-key:,clean,help,enable-non-free,mirror:keyring:,name:,packages:,path:,release:,rootfs:,security-mirror:,interpreter-path:,flush-cache -- "$@")
if [ $? -ne 0 ]; then
usage "$(basename "$0")"
exit 1