Commit 11cbdf44 by Natanael Copa Committed by Stéphane Graber

lxc-create: fix passing over first argument to template script

The e60a8164 introduced a bug that caused first argument passed over to the template script get lost. This patch fixes it. Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent e60a8164
......@@ -137,7 +137,6 @@ while [ $# -gt 0 ]; do
shift
;;
--)
shift
break;;
-?)
usage_err "unknown option '$opt'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment