From f98025158499391348519a0fe23166d5c7223433 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:15:21 +0200 Subject: [PATCH] Fix vscode syntax highlighting --- sh/debian/configure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index b295938b..bde88590 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -46,13 +46,13 @@ HISTSIZE= HISTTIMEFORMAT="%F %T " EOF -cat <> /etc/inputrc +cat <<'EOF'>> /etc/inputrc set completion-ignore-case set show-all-if-ambiguous On set show-all-if-unmodified On EOF -cat <> /etc/bash.bashrc +cat <<'EOF'>> /etc/bash.bashrc if ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion @@ -74,7 +74,7 @@ bind l eval clear "scrollback 0" "scrollback 100000" EOF # Configure SSH -cat <> /etc/ssh/sshd_config +cat <<'EOF'>> /etc/ssh/sshd_config Port 521 PasswordAuthentication no AllowUsers root