Update create_lxc.sh
This commit is contained in:
parent
0951981c43
commit
ac2defd0b0
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user