From: Ian Kelling Date: Sat, 11 Feb 2017 20:38:59 +0000 (-0800) Subject: minor fixes X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=52ba30d54960fe49799eeaea3802e35d5a86df44 minor fixes --- diff --git a/distro-begin b/distro-begin index a762284..fa42542 100755 --- a/distro-begin +++ b/distro-begin @@ -290,9 +290,7 @@ pi trash-cli s lnf -T /a/bin /b if has_p; then - lnf -T /p/offlineimap ~/Maildir lnf -T /p/News ~/News - # don't use /* because I don't want to require it to be mounted fi s lnf /q/root/.editor-backups /q/root/.undo-tree-history \ diff --git a/mount-latest-remote b/mount-latest-remote index ec47559..43f9400 100755 --- a/mount-latest-remote +++ b/mount-latest-remote @@ -26,9 +26,12 @@ fi for tg; do scp $script_dir/{mount-latest-subvol,check-subvol-stale} \ root@$tg:/usr/local/bin - ssh root@$tg bash <<'EOF' + if ! ssh root@$tg bash <<'EOF' set -e chmod +x /usr/local/bin/{mount-latest-subvol,check-subvol-stale} mount-latest-subvol EOF + then + echo "$0: warning: failed mount-latest-subvol on $tg" + fi done