This commit is contained in:
CanbiZ 2025-11-17 14:56:29 +01:00
commit db70e9ac34

View File

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