\n isn't an escape sequence?

artix
Matt C 3 years ago
parent eca1016320
commit bed547d25e

@ -66,7 +66,8 @@ useradd -m ${UN}
usermod -aG wheel ${UN} usermod -aG wheel ${UN}
echo "Set password for ${UN}" echo "Set password for ${UN}"
passwd ${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 echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
if [[ -f /efimode ]]; then if [[ -f /efimode ]]; then

Loading…
Cancel
Save