From: Michael Tremer Date: Wed, 18 Dec 2024 11:16:56 +0000 (+0000) Subject: core190: Remove a control character in update script X-Git-Tag: v2.29-core190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6febcc99646c39aeb2989ffd6fe43b5c876ca65;p=ipfire-2.x.git core190: Remove a control character in update script Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index 3950ba9039..5d08149b41 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"