Fix: remove debug echo from post_to_api, fix dev_index arithmetic in GPU passthrough (set -e compatible)

This commit is contained in:
CanbiZ
2025-11-17 15:44:56 +01:00
parent 68aa1df1b6
commit d08d3ec424
2 changed files with 2 additions and 4 deletions

View File

@@ -151,8 +151,6 @@ explain_exit_code() {
# ------------------------------------------------------------------------------
post_to_api() {
echo "post_to_api"
if ! command -v curl &>/dev/null; then
return
fi