diff options
author | Steffen Ritter | 2024-02-08 19:27:27 +0100 |
---|---|---|
committer | Steffen Ritter | 2024-02-08 19:27:27 +0100 |
commit | a051ae95220a0cf53e11bfbc4d2993a9ab31abf9 (patch) | |
tree | 40011ecf810ce75468beefa4597515c2c73b291b /satellit_upgrader | |
parent | [SSPS] Expand alias with sudo (diff) | |
download | setup-scripts-a051ae95220a0cf53e11bfbc4d2993a9ab31abf9.tar.gz setup-scripts-a051ae95220a0cf53e11bfbc4d2993a9ab31abf9.tar.xz setup-scripts-a051ae95220a0cf53e11bfbc4d2993a9ab31abf9.zip |
[SS?S] Use correct tmate config file
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 85066dd..9ecbc88 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -853,7 +853,7 @@ if ! which tmate &> /dev/null && (( MAJOR >= 9 )); then fi if (( MAJOR >= 11 )); then # Fingerprints now need to be SHA256, maybe an old sat got dist-upgraded and still has MD5s in that file - diffcp "system" "/etc/tmate.conf" "Updating tmate config..." + diffcp "system" "/etc/tmux.conf" "Updating tmate config..." rm -f -- "/root/.tmate.conf" fi |