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
signature.asc
Description: Digital signature

