From: Arne Fitzenreiter Date: Sun, 27 Sep 2015 08:42:01 +0000 (+0200) Subject: core94: fix sed syntax. X-Git-Tag: v2.17-core95~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d82c564b232dd1db917c9159c520d43f31723278;p=ipfire-2.x.git core94: fix sed syntax. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh index 6df09582a4..e2005af01b 100644 --- a/config/rootfiles/core/94/update.sh +++ b/config/rootfiles/core/94/update.sh @@ -44,7 +44,7 @@ extract_files # Update SSH configuration sed -i /etc/ssh/sshd_config \ - -e 's/^#\?PermitRootLogin .*$$/PermitRootLogin yes/' + -e 's/^#\?PermitRootLogin .*$/PermitRootLogin yes/' # Move away old and unsupported keys mv -f /etc/ssh/ssh_host_dsa_key{,.old}