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:
Natanael Copa 2012-11-22 14:16:23 +01:00 committed by Stéphane Graber
parent e60a8164c1
commit 11cbdf441d

View File

@ -137,7 +137,6 @@ while [ $# -gt 0 ]; do
shift
;;
--)
shift
break;;
-?)
usage_err "unknown option '$opt'"