From 4f1199a06e1a7092bfc5639264b63636f4fc9389 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 17 Nov 2025 14:51:46 +0100 Subject: [PATCH] add testing echo --- misc/api.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/api.func b/misc/api.func index 64cc53b69..e8fb80e84 100644 --- a/misc/api.func +++ b/misc/api.func @@ -151,6 +151,8 @@ explain_exit_code() { # ------------------------------------------------------------------------------ post_to_api() { + echo "post_to_api" + if ! command -v curl &>/dev/null; then return fi