From 9de134ab81ba8b62daaf276e02f06d5499d0aa3c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 23 Apr 2024 23:32:34 -0400 Subject: [PATCH] new host related fixes --- brc2 | 2 +- distro-begin | 2 +- distro-end | 14 +++++++------- dsremote | 3 +-- mail-backup-clean | 4 ++++ pkgs | 3 ++- 6 files changed, 16 insertions(+), 12 deletions(-) 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 <