fix(backup-prometheus): silent the curl output to sanitize backups logs
Without the -s
option, curl prints progress to stdout
. This was being catched by log
function in backup.sh
and ended up in the backup error logs, making them not parseable.