diff options
-rw-r--r-- | satellit_installer/static_files/system/etc/tmux.conf (renamed from satellit_installer/static_files/system/etc/tmate.conf) | 0 | ||||
-rw-r--r-- | satellit_upgrader/updater.template.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/system/etc/tmate.conf b/satellit_installer/static_files/system/etc/tmux.conf index 537f52c..537f52c 100644 --- a/satellit_installer/static_files/system/etc/tmate.conf +++ b/satellit_installer/static_files/system/etc/tmux.conf 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 |