From 1c4afe0675b4bf840639d0c27d36f23f7499cc09 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 29 Jul 2009 16:03:45 +0200 Subject: [PATCH] tabs are evil --- input/howto/new-machine.creole | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index b710da4..f73c2da 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -112,12 +112,12 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup * Add debian-admin@debian.org to root in /etc/aliases {{{ - if ! egrep '^root:' /etc/aliases > /dev/null; then - echo "root: debian-admin@debian.org" >> /etc/aliases - elif ! egrep '^root:.*debian-admin@debian.org' /etc/aliases > /dev/null; then - sed -i -e 's/^root: .*/&, debian-admin@debian.org/' /etc/aliases - fi - newaliases + if ! egrep '^root:' /etc/aliases > /dev/null; then + echo "root: debian-admin@debian.org" >> /etc/aliases + elif ! egrep '^root:.*debian-admin@debian.org' /etc/aliases > /dev/null; then + sed -i -e 's/^root: .*/&, debian-admin@debian.org/' /etc/aliases + fi + newaliases }}} * sane default editor -- 2.20.1