From: Ian Kelling Date: Wed, 24 Apr 2024 03:32:34 +0000 (-0400) Subject: new host related fixes X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=9de134ab81ba8b62daaf276e02f06d5499d0aa3c new host related fixes --- diff --git a/brc2 b/brc2 index 33384bc..2795e2e 100644 --- a/brc2 +++ b/brc2 @@ -4480,7 +4480,7 @@ hssh-update() { case $HOSTNAME in sy|kd) hosts=( - kd x3.office.fsf.org syw + kd.b8.nz x3.office.fsf.org syw x2.b8.nz ) ;; x3) diff --git a/distro-begin b/distro-begin index 4638980..8da3f16 100755 --- a/distro-begin +++ b/distro-begin @@ -55,7 +55,7 @@ ### make ssh interactive shell run better. for when running line interactively line by line -sudo bash -c '/a/exe/ssh-emacs-setup' +sudo bash -c '/a/exe/ssh-emacs-setup' || exit $? ##### setup error handling interactive=true # set this to false to force set -x diff --git a/distro-end b/distro-end index 77cfa4b..e9b797a 100755 --- a/distro-end +++ b/distro-end @@ -167,8 +167,6 @@ EOF t=$(mktemp) case $n in bookworm) - cat >$t <<'EOF' -EOF cat >$t <