mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:53:18 +00:00
lxc-create: fix passing over first argument to template script
The e60a8164c1
introduced a bug that caused
first argument passed over to the template script get lost.
This patch fixes it.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
e60a8164c1
commit
11cbdf441d
@ -137,7 +137,6 @@ while [ $# -gt 0 ]; do
|
||||
shift
|
||||
;;
|
||||
--)
|
||||
shift
|
||||
break;;
|
||||
-?)
|
||||
usage_err "unknown option '$opt'"
|
||||
|
Loading…
Reference in New Issue
Block a user