]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core190: Remove a control character in update script v2.29-core190
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Dec 2024 11:16:56 +0000 (11:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Dec 2024 11:16:56 +0000 (11:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/190/update.sh

index 3950ba903984e0a8417d9880d1d495621d8b5f30..5d08149b41956e89ed3b4f4471c63e91d38c4710 100644 (file)
@@ -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"