X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=check-subvol-stale;h=0870f0a1982afa7b466d2a95da257423d5ae1625;hb=c37a4a61ba9d5d09ea52c9e0996897666ec5eb89;hp=cc032d41715425e07fd777c46bdf303bbffc6487;hpb=3174b9cb665b9a7b7ac8413a8e236cd236786632;p=distro-setup diff --git a/check-subvol-stale b/check-subvol-stale index cc032d4..0870f0a 100644 --- a/check-subvol-stale +++ b/check-subvol-stale @@ -161,7 +161,7 @@ for d; do if [[ $svp_cgen -ge $last_received_cgen ]]; then stale=false else - echo "$svp stale: it's gen at creation, $svp_cgen, is earlier than the last received snapshot, $last_received's gen at creation: $last_received_cgen" + d "$svp stale: it's gen at creation, $svp_cgen, is earlier than the last received snapshot, $last_received's gen at creation: $last_received_cgen" freshest_snap=$last_received stale=true fi