X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mount-latest-remote;h=d43cbf2081102ba3c255de6d94c9c74595f1ac04;hb=9c77c557e60d21caceeef1e78e35b35ed968fca9;hp=978b21124990747fb9da70a8a3ccfd25c90405ca;hpb=103a2e153f844343c359882079936b2521c82f15;p=distro-setup diff --git a/mount-latest-remote b/mount-latest-remote index 978b211..d43cbf2 100755 --- a/mount-latest-remote +++ b/mount-latest-remote @@ -47,8 +47,8 @@ for tg; do fi # R = relative, t = times, O = omit-dir-times, p = perms er rsync -RtOp bin/{mount-latest-subvol,check-subvol-stale} lib/err "root@$rsynctg:/usr/local" || continue - # this can hang if we have an old nfs mount - ssh root@$tg timeout -s 9 600 /usr/local/bin/mount-latest-subvol ||: + # note: this can hang if we have an old nfs mount. + er ssh root@$tg timeout -s 9 600 /usr/local/bin/mount-latest-subvol done if (( $# == ${#failed_hosts[@]} )); then