From bed547d25ec3b4180d9ab4a73a5d573a2d842b88 Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 10 May 2021 20:29:30 -0400 Subject: [PATCH] \n isn't an escape sequence? --- continue.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/continue.sh b/continue.sh index 929b22c..0319e6f 100644 --- a/continue.sh +++ b/continue.sh @@ -66,7 +66,8 @@ useradd -m ${UN} usermod -aG wheel ${UN} echo "Set password for ${UN}" passwd ${UN} -echo "\n# Enabled by Crystalinstall" >> /etc/sudoers +echo >> /etc/sudoers +echo "# Enabled by Crystalinstall" >> /etc/sudoers echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers if [[ -f /efimode ]]; then