This commit is contained in:
CanbiZ 2025-04-10 15:30:02 +02:00
parent 587fb13787
commit 9d306e00a0
2 changed files with 3 additions and 2 deletions

View File

@ -1614,3 +1614,6 @@ trap 'exit_script' EXIT
trap 'post_update_to_api "failed" "$BASH_COMMAND"' ERR
trap 'post_update_to_api "failed" "INTERRUPTED"' SIGINT
trap 'post_update_to_api "failed" "TERMINATED"' SIGTERM
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helpers.func)

View File

@ -446,5 +446,3 @@ fetch_and_deploy_gh_release() {
$STD msg_ok "Deployed $app v$version to /opt/$app"
rm -rf "$tmpdir"
}
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helpers.func)