X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=check-subvol-stale;h=0870f0a1982afa7b466d2a95da257423d5ae1625;hp=cc032d41715425e07fd777c46bdf303bbffc6487;hb=93db0c16393fe75efef3167c1d2b332f50387c23;hpb=f6347bfc9e2a597713b2f2758a2cc19214a1cc87 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