#!/bin/bash SRV="${1:?Need a fqdn}" ./ovh-bash get "vps/${SRV}/images/current" | jq -r '.' exit $?