From 046cce21dec84437e200342e4d688a948ff69ae8 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Thu, 28 Nov 2019 23:37:33 +0000 Subject: [PATCH] Fix bug --- scripts/install_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_client.sh b/scripts/install_client.sh index 1b3ebd9f0..3313e4943 100755 --- a/scripts/install_client.sh +++ b/scripts/install_client.sh @@ -117,7 +117,7 @@ if ! test -v PERSISTENT; then passwd -d student # Remove tty - cat <> /etc/systemd/logind.conf + cat <<-EOF>> /etc/systemd/logind.conf NAutoVTs=0 ReserveVT=N EOF