From f3ce2e1cbf6368a0e3bd176c59f0d0ab7cadd6c7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 19 Oct 2023 13:22:27 +0200 Subject: [SSPS] Modernize; switch default user to openslx + sudo --- satellit_upgrader/updater.template.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'satellit_upgrader') diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 87ecd63..8833f04 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -877,7 +877,8 @@ 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" "/root/.tmate.conf" "Updating tmate config..." + diffcp "system" "/etc/tmate.conf" "Updating tmate config..." + rm -f -- "/root/.tmate.conf" fi # ******************* make sure ssh keypair exists ********* -- cgit v1.2.3-55-g7522