test
This commit is contained in:
parent
587fb13787
commit
9d306e00a0
@ -1614,3 +1614,6 @@ trap 'exit_script' EXIT
|
|||||||
trap 'post_update_to_api "failed" "$BASH_COMMAND"' ERR
|
trap 'post_update_to_api "failed" "$BASH_COMMAND"' ERR
|
||||||
trap 'post_update_to_api "failed" "INTERRUPTED"' SIGINT
|
trap 'post_update_to_api "failed" "INTERRUPTED"' SIGINT
|
||||||
trap 'post_update_to_api "failed" "TERMINATED"' SIGTERM
|
trap 'post_update_to_api "failed" "TERMINATED"' SIGTERM
|
||||||
|
|
||||||
|
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helpers.func)
|
||||||
|
|
||||||
|
@ -446,5 +446,3 @@ fetch_and_deploy_gh_release() {
|
|||||||
$STD msg_ok "Deployed $app v$version to /opt/$app"
|
$STD msg_ok "Deployed $app v$version to /opt/$app"
|
||||||
rm -rf "$tmpdir"
|
rm -rf "$tmpdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helpers.func)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user