rename err to bash-bear
[distro-setup] / mount-latest-remote
index bcd9e284e1703c3c686860ae2cae3d3a5cd5760f..c80c00347a55033e01fdd977f5d778294b767c38 100755 (executable)
@@ -16,7 +16,7 @@
 
 # usage: HOST [mount-latest-subvol args]
 
-source /usr/local/lib/err
+source /usr/local/lib/bash-bear
 
 script_dir=$(dirname $(readlink -f "$BASH_SOURCE"))
 
@@ -49,7 +49,7 @@ if [[ $tg == *:* ]]; then
   rsynctg="[$tg]"
 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
+er rsync -RtOp bin/{mount-latest-subvol,check-subvol-stale} lib/bash-bear "root@$rsynctg:/usr/local" || continue
 # 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 "$@"