mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 17:18:56 +00:00
Merge pull request #2513 from brauner/2018-08-06/fix_busybox
templates: avoid endless loop
This commit is contained in:
commit
85d406c954
@ -280,7 +280,7 @@ eval set -- "$options"
|
|||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-h|--help) usage exit 1;;
|
-h|--help) usage && exit 1;;
|
||||||
-n|--name) name=$2; shift 2;;
|
-n|--name) name=$2; shift 2;;
|
||||||
-p|--path) path=$2; shift 2;;
|
-p|--path) path=$2; shift 2;;
|
||||||
--rootfs) rootfs=$2; shift 2;;
|
--rootfs) rootfs=$2; shift 2;;
|
||||||
|
Loading…
Reference in New Issue
Block a user