mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 17:25:53 +00:00
Update create_lxc.sh
This commit is contained in:
@@ -24,6 +24,10 @@ trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
|
||||
trap on_exit EXIT
|
||||
trap on_interrupt INT
|
||||
trap on_terminate TERM
|
||||
TEMPLATE_STORAGE=""
|
||||
TEMPLATE_STORAGE_INFO=""
|
||||
CONTAINER_STORAGE=""
|
||||
CONTAINER_STORAGE_INFO=""
|
||||
|
||||
function on_exit() {
|
||||
local exit_code="$?"
|
||||
|
||||
Reference in New Issue
Block a user