diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index f730d651..ef03a718 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -27,7 +27,7 @@ trap on_terminate TERM function on_exit() { local exit_code="$?" - [[ -n "${lockfile:-}" ]] && exec "$LOCKFD" >&- # Lockfile schließen + [[ -n "${lockfile:-}" ]] exit "$exit_code" }