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