mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Fix: remove debug echo from post_to_api, fix dev_index arithmetic in GPU passthrough (set -e compatible)
This commit is contained in:
@@ -151,8 +151,6 @@ explain_exit_code() {
|
||||
# ------------------------------------------------------------------------------
|
||||
post_to_api() {
|
||||
|
||||
echo "post_to_api"
|
||||
|
||||
if ! command -v curl &>/dev/null; then
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user