Just one thing:

>  if [ $STAGE = "setup-recover" ] || [ $STAGE = "setup-stop" ]; then
> -    do_kill_all "$CHROOT_PATH"
> +    do_kill_all "$(readlink --canonicalize $CHROOT_PATH)"

Of course the variable should be protected, so make this

+ do_kill_all "$(readlink --canonicalize "$CHROOT_PATH")"

    Christoph

Attachment: signature.asc
Description: Digital signature

Reply via email to