X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mount-latest-remote;h=406a1e9f00378fef78f02c92fcf6c935f02e57cf;hb=b857462732e15f455e41f26e3048a390d7b399c0;hp=cd04fafa99182fe410ddab07e3ca127ae88dd14a;hpb=f3e6a97425746ed185c28dcc03acf7e67a6af560;p=distro-setup diff --git a/mount-latest-remote b/mount-latest-remote index cd04faf..406a1e9 100755 --- a/mount-latest-remote +++ b/mount-latest-remote @@ -22,6 +22,7 @@ if [[ ! $@ ]]; then echo "mount-latest-remote: error: expected 1 or more host arguments" exit 1 fi +ret=0 for tg; do scp $script_dir/{mount-latest-subvol,check-subvol-stale} \ @@ -33,5 +34,7 @@ chmod +x /usr/local/bin/{mount-latest-subvol,check-subvol-stale} EOF then echo "$0: warning: failed mount-latest-subvol on $tg" + ret=1 fi done +exit $ret