mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 22:35:53 +00:00
Update create_lxc.sh
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user