From c6febcc99646c39aeb2989ffd6fe43b5c876ca65 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 18 Dec 2024 11:16:56 +0000 Subject: [PATCH] core190: Remove a control character in update script Signed-off-by: Michael Tremer --- config/rootfiles/core/190/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index 3950ba903..5d08149b4 100644 --- a/config/rootfiles/core/190/update.sh +++ b/config/rootfiles/core/190/update.sh @@ -105,7 +105,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Load the RSA key on systems that still have one -if [ -e "/etc/ssh/ssh_host_rsa_key" ]; then +if [ -e "/etc/ssh/ssh_host_rsa_key" ]; then ( echo "# Load the legacy RSA key - Deprecated in Core Update 190" echo "HostKey /etc/ssh/ssh_host_rsa_key" -- 2.39.5