fixes and some improvements
[distro-setup] / mount-latest-remote
index 978b21124990747fb9da70a8a3ccfd25c90405ca..d43cbf2081102ba3c255de6d94c9c74595f1ac04 100755 (executable)
@@ -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